Archives week 36 of 2008

Sept. 8, 2008 - Sept. 14, 2008

PyOpenGL 3.0.0b6 (likely the last beta) is up...

I've just uploaded PyOpenGL 3.0.0b6 to SourceForge and PyPI.  At this point there's not really much I'm intending to change before the 3.0.0 final release.  We now have support for extensions up to the OpenGL 3.0 release, we should run on Win32 and Linux at least.  We should be compatible with py2exe/pyinstaller/py2app.

From here on ...

Continue reading

A few steps forward...

Got PyOpenGL working on both Ubuntu and Win32 again for basically everything.  Cleaned up the baseplatform module to reduce the code duplication in there.  Updated the extensions included to OpenGL 3.0.  Added in a contributed demo in the demos package.

Will see if I can get a few hours to do a release over the ...

Continue reading

Modernizing the Version Control System for PyOpenGL

I've finally begun the process of switching to a modern VCS for PyOpenGL.  I've requested imports of PyOpenGL, PyVRML97 and OpenGLContext into LaunchPad.  Hopefully that will be a reasonably fast process.  The final straw was checking out the code on Win32 and realizing just how many pointless directories are created (there were a few import ...

Continue reading

TED seems skipable


Wanted something to stretch my mind a little this evening, so I figured I'd listen to some of the lectures from the TED conference.  Started off with "The Universe on a String", "Open Source Economics" and "Bringing World Class Health Care"... and was rather non-plussed.  From the depth and tone of the talks I ...

Continue reading

Eliminating pkg_resources

Just checked in changes to PyOpenGL to strip out the use of pkg_resources.  That should avoid the problems we've been seeing where packaging utilities and the like can't handle the entry-point registrations.  Still need to work out something to avoid speculatively loading e.g. numpy.

Daily archives

Previous week

Week 35 of 2008

Next week

Week 37 of 2008

Archives