A downloadable project

Code: https://github.com/neigerk/CS491-Projects/blob/main/SimpleParticleSystem.cpp

In this project, I created a simple particle system.  The particles start as a blue color and turns to white.  Each particle has a randomly assigned amount of blue to start with, and a random time to die.  The system reuses "dead" particles as new ones which is what creates the stream of particles and keep the performance cost low.

Leave a comment

Log in with itch.io to leave a comment.