PyOpenGL 3.0.0a5 review

Download
by rbytes.net on

PyOpenGL project is the cross platform Python binding to OpenGL and related APIs

License: BSD License
File size: 0K
Developer: Mike C. Fletcher and Rene Liebscher
0 stars award from rbytes.net

PyOpenGL project 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).

Installation:

"python setup.py install"

See "python setup.py install --help" for options.

What's New in This Release:
This early alpha release includes the new "raw" API, which provides the C/ctypes API hierarchy for use by low-level coders. It also includes more formally defined support for OpenGL versions 1.2, 1.3, 1.4, 1.5 and 2.0, only 1.2 and 1.3 support has had any noticeable testing.

PyOpenGL 3.0.0a5 keywords