An open API service indexing awesome lists of open source software.

https://github.com/c0de4un/gl_sprite_batch

OpenGL 3+ sprite batching example. Uses VBOs & VAOs.
https://github.com/c0de4un/gl_sprite_batch

opengl-tutorial opengl3 sprite-batching vao vbo

Last synced: 5 months ago
JSON representation

OpenGL 3+ sprite batching example. Uses VBOs & VAOs.

Awesome Lists containing this project

README

          

# gl_sprite_batch
OpenGL 3+ sprite batching example. Uses VBOs & VAOs.
Sprites can have different shader program & texture (or no texture).

Control:
- Left mouse button to add sprite ;
- close window to close app ;