OpenGL

From Noisebridge Wiki
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