OpenGL files and Microsoft C++ 6.0
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.
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.
You can download the GLUT libraries from this site:
http://www.xmission.com/~nate/glut.html
http://www.xmission.com/~nate/glut.html
- Go not to the elves for counsel, for they will say both yes and no.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement