Home |
These are some old Java stuff I did years ago
I thought I'd share them and their code |
Star Field
A very simple rotating starfield
|
Water
A small water applet
Controls:
|
Blobs
Some plasma blobs melting together
|
Electric Field
Electric field with moving charges
|
Source for all effects
The zip file contains source code for the effects in this page.
All effects are implemented via a base class (FxBase) that instance a "plugin" class that implements the FxFace interface.
To create new effects define a new class, derive from FxFace and pass the name of the new class to the base applet via FXPLUGINNAME param.
Code rebuilt using Eclipse IDE
|