Skip to content

Particle Effects

Philip Howard edited this page Sep 21, 2020 · 2 revisions

Particle Effects

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.

Clone this wiki locally