OpenGL: Difference between revisions
Jump to navigation
Jump to search
Mschachter (talk | contribs) (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…') |
Mschachter (talk | contribs) 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 | **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:
- "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
Some OpenGL related libraries: