/OpenGL-Notes

3D Graphics Programming with OpenGL from University of Dundee

Primary LanguagePython

To read online visit http://opengl-notes.readthedocs.org.

To read offline:

  • Clone the repo
  • Create a virtualenv (or the system python) and install the requirements.txt file.
  • Run make html
  • Open _build/index.html in your browser.

Feel free to add more to the project!

Notes from Iain Martin's module at The University of Dundee, and more from elsewhere on the internet.