02:41 pm - javac - Particle Engine Fun Forgot to cross-post over here so you guys could enjoy too ... took a couple hours and did some basic particle engine stuff in applets.The first version does random bursts in the screen. The second one does a stream that gravitates towards your mouse. There isn't very much difference in code between the two.I might do something with images later to actually look like something. You can create the same effect with other methods but the whole cool thing is that the particles get re-used, so there isn't a lot of creating and destroying of objects. Just worked from memory on some stuff I did with C++/OpenGL a while back - the implementation isn't all that difficult but cool effects are possible.