Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Particles

This project is rendering many smaller optimized particles through instancing in OpenGL. Instancing is probably the most effective way to generate particles. The other option not used here is using one VBO to keep track of all different particles, but this is space inefficient since it creates a large VBO.

Dependencies

Commands

To make the code on linux:

$ make run

About

A particle rendering test written in OpenGL.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages