graphics/08-particle-system
2023-12-23 17:09:43 +01:00
..
.imgs 08: Add first particle system prototype 2023-12-23 17:09:43 +01:00
assets 08: Add first particle system prototype 2023-12-23 17:09:43 +01:00
src 08: Add first particle system prototype 2023-12-23 17:09:43 +01:00
boilerplate.trace 08: Add first particle system prototype 2023-12-23 17:09:43 +01:00
Makefile 08: Add first particle system prototype 2023-12-23 17:09:43 +01:00
README.md 08: Add first particle system prototype 2023-12-23 17:09:43 +01:00

Particle System OpenGL

Contains a particle system abstraction on top of the previous OpenGL boilerplate code (07-boilerplate).

Each particle system is supposed (although not necessary) to have 1 renderer fully for itself. Meaning that all the particles will be batched into 1 draw call.