Particle Effects

This is a quick demo I wrote to demonstrate particle effects. Click on the link below to run the program via Java webstart. A menu is provided that will allow you to tweak particle parameters.

Launch particle demo

I wanted to simulate sparks running along the edges of text.

Unfortunately, due to the limitations of Java2D, I was not able to sum the intensities of the particles, which would have given a more glowing effect. If I have the time to do this in OpenGL, I will include this effect.

Other possible future features would include providing unusually shaped sprites for the particles, providing particles with angular velocity, and possibly environmental effects such as wind or gravity.


Back to kitfox.com