Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1308
| Date | 2014-06-27 09:47 -0400 |
|---|---|
| From | "Mike C. Fletcher" <mcfletch@vrplumber.com> |
| Subject | PyOpenGL 3.1.0 Released |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.11283.1403880702.18130.python-announce-list@python.org> (permalink) |
PyOpenGL 3.1.0 (final) is now available. Headline changes:
* Generation of wrappers substantially more automatic and based on
Khronos source-files with annotations from the Chromium/regal project
* Common code-base for Python 2.6, 2.7, 3.3 and 3.4, Python 2.5 is no
longer supported
* Better isolation and pervasive lazy-loading behaviour to prevent
loading unused libraries (e.g. GLUT in non-GLUT contexts or GLES in
OpenGL contexts)
* Automated wrappers now (generally) allow passing in output arrays
rather than having them generated
* Experimental support for GLES and EGL
* Many bug-fixes and minor improvements
Installation can be done from PyPI:
pip install PyOpenGL PyOpenGL_accelerate
Source code is available on Launchpad:
bzr branch lp:pyopengl
The homepage, including documentation, remains:
http://pyopengl.sourceforge.net/
Enjoy,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
PyOpenGL 3.1.0 Released "Mike C. Fletcher" <mcfletch@vrplumber.com> - 2014-06-27 09:47 -0400
csiph-web