Jump to content

OpenGL: Difference between revisions

From EDM2
Line 16: Line 16:
|-
|-
|| [[LIBTK.DLL]] ||
|| [[LIBTK.DLL]] ||
|-
|| [[LIBAUX.DLL]] ||
|-
|-
|| [[OPENGL.DLL]] ||
|| [[OPENGL.DLL]] ||

Revision as of 23:56, 15 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
LIBAUX.DLL
OPENGL.DLL
RASTER.EXE
RASTER.DLL

Articles

Replacements

Links