compiler...

erm…
sorry to bother you for such a small thing.
but, were may i find a opengl compiler? :confused:

first install Glut or similar

on linux you can use gcc

on windose dev c++

cheers

OpenGL does not have its own compiler, it is a graphics API, written using the C language.

To compile a openGL program, all you need is to choose what languge you want to use and a compiler with openGL support.

Microsoft Visual C/C++ has openGL API library.
DEV-C++ has openGL librarys
Also most main stream C/C++ compilers, Delphi, Basic, etc.

Originally posted by <GZ>:
erm…
sorry to bother you for such a small thing.
but, were may i find a opengl compiler? :confused: