diff options
author | Evandro Alves Rodrigues <evandrofisico@gmail.com> | 2010-08-03 02:33:41 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-11 01:53:00 -0500 |
commit | e389e347dbf9aa4997ac87a1c2c95d41b7b525d0 (patch) | |
tree | b0b3544f8d1b7fcb51c1f1297513e7469e11e5af /libraries/PyOpenGL/README | |
parent | 0753bf962e4eeb3b33525a3dd62df9068cc846e1 (diff) | |
download | slackbuilds-e389e347dbf9aa4997ac87a1c2c95d41b7b525d0.tar.gz |
libraries/PyOpenGL: Added (Python binding to OpenGL)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/PyOpenGL/README')
-rw-r--r-- | libraries/PyOpenGL/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/PyOpenGL/README b/libraries/PyOpenGL/README new file mode 100644 index 0000000000..1fa6273a21 --- /dev/null +++ b/libraries/PyOpenGL/README @@ -0,0 +1,10 @@ +PyOpenGL is the cross platform Python binding to OpenGL and related APIs. +The binding is created using the standard (in Python 2.5 and above) ctypes +library and is provided under a BSD-style Open-Source license. + +PyOpenGL includes support for OpenGL v1.1 through 3.2, GLU, GLUT v3.7 (and +FreeGLUT), and GLE 3. It also has support for hundreds of OpenGL extensions. + +PyOpenGL is interoperable with a large number of external GUI libraries for +Python including wxPython, Pygame, PyGTK, and Qt. It can also use the GLUT +library to provide basic windowing and user interface mechanisms. |