ParticleEffectsForJavaGames
My ParticleEffect/Particle classes can be used to easily create particle effects for games in java. Options include: resizing, color changing, multiple/single graphics, velocity, acceleration, lifetime, and more. It is easy to use, just create a ParticleEffect object and set these various attributes and it takes care of all the drawing and everything. The screen shot on the left is the program which is included, it is just a utility for creating test effects. The screen on the right is another game I am writing which uses this program. Just look at the code inside TestDriver.java to see how it is used (It's very simple). If anyone needs further documentation, just let me know and I will supply it. This program is ready to use although I am still considering add some more features such as collision detection. If anyone would be interested in this, let me know. The .zip file is also an executable jar file so just change the extension to .jar if you would like to double click to run. To get to the source just leave it as a zip and you will find it inside.
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload