What is OpenGL Programming?

Status
Not open for further replies.

nepcker

Proud Mac Pro Owner
OpenGL is like DirectX, but open and easier to code.

According to Wikipedia, "OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that produce 3D computer graphics (and 2D computer graphics as well). The interface consists of over 250 different function calls which can be used to draw complex three-dimensional scenes from simple primitives. OpenGL was developed by Silicon Graphics Inc. (SGI) in 1992 and is popular in the video game industry where it competes with Direct3D on Microsoft Windows platforms. OpenGL is widely used in CAD, virtual reality, scientific visualization, information visualization, flight simulation and video game development."

For OpenGL programming, visit these sites:
www.glprogramming.com/red
nehe.gamedev.net
fly.cc.fer.hr/~unreal/theredbook
 
Status
Not open for further replies.
Top Bottom