Simple Effects Applets



Star Field

A very simple rotating starfield
Water

A small water applet
Controls:
  • Left mouse button to smear the surace
  • Right mouse button to switch rain
  • Middle mouse button to switch vortex
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


Copyright BlackLizard 1998-2006 - Java is a great Sun platform