Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 842 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 842 Bytes

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