erm...
sorry to bother you for such a small thing.
but, were may i find a opengl compiler? :confused:
not_yet
06-10-2004, 07:27 PM
first install Glut or similar
on linux you can use gcc
on windose dev c++
cheers
nexusone
06-11-2004, 04:35 AM
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:
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.