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

--
https://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations/

Reply via email to