Posts tagged as:

OpenGL

Some Cool OpenGL Codes {Beginners [C++]}

by Salman on January 28, 2009

The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With OpenGL, you can control computer-graphics technology to produce realistic pictures or ones that depart from reality in imaginative ways.

More…

{ 1 comment }