Open GL + Graphics

Dec 14, 2011 at 6:02am
Hi,

I would like to start graphics programming in c++ but i have no clue how/where to install graphics libraries for graphic utilities such as opengl. Could some one please explain what opengl is and how/where i can install graphics libraries?

thanks
Dec 14, 2011 at 4:04pm
it depends on your os and ide
Dec 14, 2011 at 5:24pm
Usually it's just a matter of getting the header and library files and telling your compiler to use them (and where to find them).
Dec 15, 2011 at 1:39am
Ok im using Kubuntu and eclipse helios
Dec 15, 2011 at 2:48am
Install the mesa library development packages. Eclipse should find them. You should be able to follow most of the OpenGL tutorials here: http://xoax.net/comp/cpp/opengl/
Topic archived. No new replies allowed.