OpenGL

From Noisebridge
Revision as of 00:57, 27 May 2011 by Mschachter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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