what i have to install before of programming with open gl and GLUT ?

please :slight_smile:

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 :slight_smile:

thanks

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).