Particle System

February 5, 2008

particles.jpg This is one of the very first particle systems I have programmed and is three years old already.

The physics and rendering are handled in a separate thread, with no particular reason. The particle system was experimental, a way to understand how to develop a multithreaded application and implement multiple simple particle systems.

Leave a Reply