Friday, May 20, 2011

Hands on with OpenGL

I started working with OpenGL and thought it is worthwhile to document stuff I learn.
Development environment is Ubuntu 11.04 and im using mesa3d gl and freeglut3-dev libs for opengl libs.
how to compile:
if you have a sample program you want to compile do it as
gcc file.c -lglut -lGLU -o output

No comments:

Post a Comment