OpenGL

From Noisebridge
Revision as of 00:05, 27 May 2011 by 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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 that makes it easier to open windows and draw simple 3D objects.

Some OpenGL related libraries: