slackbuilds/libraries/PyOpenGL
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
PyOpenGL.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
PyOpenGL.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
README libraries/PyOpenGL: Added (Python binding to OpenGL) 2010-08-11 01:53:00 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.