/fireworks

OpenGL fireworks particle engine

Primary LanguageC++MIT LicenseMIT

GitHub top language GitHub code size in bytes

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.

Video demo

Check the YouTube video demo right here.

Libraries

  • glfw3 (windowing, inputs)
  • glm (OpenGL mathematics)
  • glad (OpenGL loading library)
  • irrKlang (sounds)

Authors