Resources
- www.opengl.org - The OpenGL web site. Look here for the latest on OpenGL, including downloads, hardware support, and applications.
- sfml-dev.org - The SFML website. We will use SFML to create OpenGL windows and handle user input.
- GLM website- we will be using this for matrix setup.
- Excellent tutorial on OpenGL 3.3 by Jason McKesson. Linked to archive.org version because main site is down.
- ShaderToy: a website for viewing and testing shaders.
- gl3w gl3w helps manage extension and version differences.