Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Open Graphics Library

You are here: irt.org | FOLDOC | Open Graphics Library

<graphics, library> (OpenGL) A multi-platform software interface to graphics hardware, supporting rendering and imaging operations. The OpenGL interface was developed by Silicon Graphics, who license it to other vendors.

The OpenGL graphics interface consists of several hundred functions operating on 2D and 3D objects, supporting basic techniques, such as modelling and smooth shading, and advanced techniques, such as texture mapping and motion blur. Many operations require a frame buffer. OpenGL is network-transparent, and a common extension to the X Window System allows an OpenGL client to communicate across a network with a different vendor's OpenGL server.

OpenGL is based on Silicon Graphics' proprietary IRIS GL.

OpenGL WWW Center (http://sgi.com/Technology/openGL/).

Mesa GL (http://ssec.wisc.edu/~brianp/Mesa.html) (PD implementation).

(1996-09-30)

Nearby terms: Open Document Interchange Format « Open Document Management API « OpenGL « Open Graphics Library » Open Group » OpenInsight » open interval

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb