This project is a particle renderer engine made with OpenGL. I made use of instanciation and billboards for rendering batches of quads each one of them holding specific velocity, lifetime and color.
Check the YouTube video demo right here.
- glfw3 (windowing, inputs)
- glm (OpenGL mathematics)
- glad (OpenGL loading library)
- irrKlang (sounds)