A c++ library for simulating particles.
Particle Simulator is a simple library you can use to render particles, which are effected by forces.
Particle- A class which represents a single particle on the screen`.Vortex- A class which represents a force -field`.ParticleGenerator- Used to generate any number of particles with a given range of initialization values`.ParticleCalculator- Iterates over all the particles with every move() call, adjusting velocities and positions`.
This library was authored by Karl Augsten.