OpenGL: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with 'Some OpenGL tutorial links: *[http://fly.cc.fer.hr/~unreal/theredbook/ "The Red Book"] **An alleged "bible" for OpenGL knowledge. *[http://www.falloutsoftware.com/tutorials/gl/g…')
 
mNo edit summary
Line 6: Line 6:
**Nice comprehensive tutorials on concepts behind OpenGL.
**Nice comprehensive tutorials on concepts behind OpenGL.
*[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 that makes it easier to open windows and draw simple 3D objects.
**GLUT is a high level library built on OpenGL


Some OpenGL related libraries:
Some OpenGL related libraries:


*[http://www.opengl.org/resources/libraries/glut/ GLUT]
**OpenGL utility toolkit, high level library build on OpenGL that makes it easier to open windows and draw simple 3D objects.
*[http://pyopengl.sourceforge.net/ PyOpenGL]
*[http://pyopengl.sourceforge.net/ PyOpenGL]
**OpenGL bindings for Python
**OpenGL bindings for Python

Revision as of 00:06, 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