OpenGL
Jump to navigation
Jump to search
Some OpenGL tutorial links:
- "The Red Book"
- An alleged "bible" for OpenGL knowledge.
- Intro to OpenGL
- Nice comprehensive tutorials on concepts behind OpenGL.
- Introduction to GLUT
- GLUT is a high level library built on OpenGL that makes it easier to open windows and draw simple 3D objects.
Some OpenGL related libraries:
- PyOpenGL
- OpenGL bindings for Python