glut ?

Started by
1 comment, last by hello_there 22 years, 5 months ago
what do i need to be able to use glut? Also where would i get them? hmmm interesting
____________________________________________________________How could hell be worse?
Advertisement
Check http://www.opengl.org/developers/documentation/glut.html

You don''t need anything specific (beside a compiler, duh).
For windows, the libraries are available in binary format for x86 and alpha.
Otherwise, the source code is available too.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Since I just started with this today, here''s what you''ll need:

http://guinness.cs.stevens-tech.edu/~kamberov/teach/F2001/537/newGLNotes.htm

and get glut from

http://www.xmission.com/~nate/glut.html

This topic is closed to new replies.

Advertisement