OpenGL, GLUT, and GLUI

OpenGL is the pre-eminent graphics library available today. GLUT (Graphics Library Utility Toolkit) provides a simplified, portable API. In this course, we will use them only in very basic ways to support you in writing your graphics code. Writing interfaces is helped with GLUI, which is built on top of GLUT.

For your interest, click here for some online OpenGL manual pages.

Acknowledgement

Thanks to Dr. Daryl Hepting for creating this page.


Last modified: September 2000
Kori Inkpen / inkpen@cs.sfu.ca