Jump to content

OpenGL: Difference between revisions

From EDM2
No edit summary
Line 13: Line 13:
|| [[GLPIPE.DLL]] ||
|| [[GLPIPE.DLL]] ||
|-
|-
|| [[GLUT.DLL]] ||
|| [[GLUT.DLL]] || The OpenGL Utility Toolkit DLL.
|-
|-
|| [[LIBTK.DLL]] ||
|| [[LIBTK.DLL]] ||

Revision as of 19:16, 10 June 2015

OpenGL (Open Graphics Library)is a cross-language, multi-platform application programming interface (API) for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit (GPU), to achieve hardware-accelerated rendering.

More general info at Wikipedia.

Documentation

Files

File Name Comments
GLPIPE.DLL
GLUT.DLL The OpenGL Utility Toolkit DLL.
LIBTK.DLL
OPENGL.DLL
RASTER.EXE
RASTER.DLL

Articles

Replacements

Links