-
Notifications
You must be signed in to change notification settings - Fork 68
Particle Effects
Philip Howard edited this page Sep 21, 2020
·
2 revisions
32blit's particle system - blit::ParticleGenerator
- is a barebones implementation to keep track of a set of particles - blit::Particle
and provide you a means to generate, update and render them.
The particle system tracks the number of particles that should be active, along with a global lifetime for active particles.
Each particle tracks its own position, velocity and age.