summaryrefslogtreecommitdiff
path: root/OpenGL.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-04-13 16:15:48 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-04-13 16:15:48 -0700
commita6469900db6e4e7e1639d8318ec5f8fc504fb4ba (patch)
tree2c42f53b9b33e28efffa6f106f41cef0cbcca4b9 /OpenGL.mdwn
parent6f87737aef4da968ebd11acf9155f3bc526e96ab (diff)
Mass conversion with moin2mdwn tool from git://git.koumbit.net/moin2iki.git
Diffstat (limited to 'OpenGL.mdwn')
-rw-r--r--OpenGL.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/OpenGL.mdwn b/OpenGL.mdwn
new file mode 100644
index 0000000..278915f
--- /dev/null
+++ b/OpenGL.mdwn
@@ -0,0 +1,18 @@
+
+
+## Open Graphics Library (OpenGL)
+
+SGI originally developed a graphics library called IrisGL for their high-end 3D hardware. They made some clever changes to make it work on any platform and renamed it OpenGL. Very recently SGI relaxed their restrictions for licensing and also released conformance tests for OpenGL. OpenGL abstracts 3D operations such as projections, lighting, rendering, texturing, matrix operations, etc, making it very easy for developers to produce high quality 3D applications.
+
+
+### Resources
+
+ * [[OpenGL Forum|http://www.opengl.org/]]
+ * [[OpenGL Specifications|http://www.opengl.org/documentation/spec.html]]
+ * [[OpenGL Developer FAQ and TroubleShooting Guide|http://www.opengl.org/resources/faq/technical/index.html]]
+ * [[OpenGL Programming Guide|http://www.opengl.org/resources/tutorials/]]
+
+
+---
+
+ [[CategoryGlossary|CategoryGlossary]]