OpenGL
A protocol for talking to the GPU. A very ugly one, but what can you do. State machines go brrr.
See also glew, GLAD, gl3w, etc. Yes.
OpenGL learning log
OpenGL matrices
OpenGL uniforms
# Links
- learnopengl.com
- Learn OpenGL Examples - view online! Made with Sokol
- opengl-tutorial.org
- open.gl
- docs.gl
# Templates
- Bare minimum example
- Note that Glad is initialized differently now, refer to Glad docs.
- Same, but with EBO
- tsoding/opengl-template: Just a simple OpenGL template that I use on my streams. by tsoding