Skip to content

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

License

Notifications You must be signed in to change notification settings

c0de4un/gl_sprite_batch

Repository files navigation

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 ;