aboutsummaryrefslogtreecommitdiff
path: root/development/PyOpenGL/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/PyOpenGL/README')
-rw-r--r--development/PyOpenGL/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/PyOpenGL/README b/development/PyOpenGL/README
new file mode 100644
index 000000000000..fefb6310138c
--- /dev/null
+++ b/development/PyOpenGL/README
@@ -0,0 +1,13 @@
+PyOpenGL is the cross platform Python binding to OpenGL and related APIs.
+The binding is created using the SWIG wrapper generator, and is provided
+under an extremely liberal BSD-style Open-Source license.
+
+PyOpenGL includes support for OpenGL v1.1, GLU, GLUT v3.7, GLE 3, WGL 4,
+and Togl (Tk OpenGL widget) 1.6. It also includes support for dozens of
+extensions (where supported in the underlying implementation).
+
+PyOpenGL is interoperable with a large number of external GUI libraries
+for Python including (Tkinter, wxPython, FxPy, PyGame, and Qt).
+
+Requirements: >=pysetuptool-0.6 (setuptools) -- build requirement only
+