nexusone
03-24-2002, 04:56 AM
It depends on the compiler you are using?
If it is Microsoft Visual C++, then the library's come with it, except for maybe the newest GLUT library's in which you can download.
You will need to find the following library's compiled for your compiler,
opengl.lib, glu.lib, glut.lib
another would be glaux.lib for some examples.
These library's will be have to be added to your compiler's linker settings.
Also make sure you have all your .h files for the library's.
OpenGL is supported by a wide range of languages like C/C++, Delphi.
Originally posted by airseb:
please :-)
marcus256
03-25-2002, 03:07 AM
Also see http://hem.passagen.se/opengl/getstarted/
It is not GLUT-based, but GLFW should be able to do most of the things you want to do with GLUT (and some other things too).
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.