Skip to content

Minimal, fast OpenGL renderer for 2D sprites

License

tchayen/2d-opengl-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2d-opengl-renderer

Minimal, fast OpenGL renderer for 2D sprites

Screenshot 1

Loads one texture and uses it to render several sprites multiple thousand times each. Allowing for up to 20k on mobile Intel GPU in 60 fps (see Screenshot 2).

TODO:

  • basic logic of buffers etc.
  • updating vertex buffer, allowing to move objects

License and dependencies

MIT license (see file LICENSE for copy). Project uses GLFW, GLEW and SOIL but non of them are included here. Fruit icons.

About

Minimal, fast OpenGL renderer for 2D sprites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages