Advertisement

OpenGL files and Microsoft C++ 6.0

Started by November 25, 2002 09:54 PM
2 comments, last by DudeMiester 22 years, 3 months ago
Where do i get all the OGL includes and libs for C++? I''ve only got gl.h, glu.h and glaux.h. Where is glut, the extensions, etc? Where do i get them? How do I install them? How do I use them in my projects?
[s] [/s]
I can see the fnords.
GLUT is not officially part of the OpenGL library. It was created so that people learning openGL wouldn''t have to deal with all the Windows interaction like creating the window before you actually start your drawing stuff and the destroing it when you are done with your program which has to be done when using "real" OpenGL.
- Go not to the elves for counsel, for they will say both yes and no.
Advertisement
You can download the GLUT libraries from this site:

http://www.xmission.com/~nate/glut.html
- Go not to the elves for counsel, for they will say both yes and no.
I believe glext.h can be get from SGI Sample Implementation, not sure what''s the address, though

This topic is closed to new replies.

Advertisement