libraries/PyOpenGL: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
b75e079635
commit
2f6c611ad4
|
@ -1,10 +1,13 @@
|
||||||
PyOpenGL is the cross platform Python binding to OpenGL and related APIs.
|
PyOpenGL is the cross platform Python binding to OpenGL and related
|
||||||
The binding is created using the standard (in Python 2.5 and above) ctypes
|
APIs. The binding is created using the standard (in Python 2.5 and
|
||||||
library and is provided under a BSD-style Open-Source license.
|
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
|
PyOpenGL includes support for OpenGL v1.1 through 3.2, GLU, GLUT v3.7
|
||||||
FreeGLUT), and GLE 3. It also has support for hundreds of OpenGL extensions.
|
(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
|
PyOpenGL is interoperable with a large number of external GUI
|
||||||
Python including wxPython, Pygame, PyGTK, and Qt. It can also use the GLUT
|
libraries for Python including wxPython, Pygame, PyGTK, and Qt.
|
||||||
library to provide basic windowing and user interface mechanisms.
|
It can also use the GLUT library to provide basic windowing and user
|
||||||
|
interface mechanisms.
|
||||||
|
|
Loading…
Reference in New Issue