OpenGL: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 7: Line 7:
*[http://mindfuck.de-brauwer.be/articles/glut/ Introduction to GLUT]
*[http://mindfuck.de-brauwer.be/articles/glut/ Introduction to GLUT]
**GLUT is a high level library built on OpenGL
**GLUT is a high level library built on OpenGL
*[http://www.opengl.org/sdk/docs/ OpenGL Official Reference]


Some OpenGL related libraries:
Some OpenGL related libraries:

Latest revision as of 00:57, 27 May 2011

Some OpenGL tutorial links:

Some OpenGL related libraries:

  • GLUT
    • OpenGL utility toolkit, high level library build on OpenGL that makes it easier to open windows and draw simple 3D objects.
  • PyOpenGL
    • OpenGL bindings for Python