Author archives: Mike
Stripped pkg_resources out of OpenGLContext and PyVRML97
Written by
on
in
Snaking.
Something that was dropped in the debate...
Written by
on
in
Polis.
Some thoughts on the Canadian elections under way:
o C's response to job losses in Ontario and Quebec
o "Last place to invest"
o We'll create jobs elsewhere (read: Alberta)
o Encourage low-value export of raw materials because that makes money today
o We've created more jobs than we've lost (read: service jobs (low-pay) and ...
Bit of PyOpenGL on the weekend
Written by
on
in
Snaking.
Spent much of the afternoon working on PyOpenGL. Spent some quality time with kcachegrind and got something like a 1% speed up on a (rather dumb) benchmark I've been using (dumb because it does everything wrong, mostly). In doing so I cut down on the amount of code in the "wrapper" module noticeably, which was ...
Where did *that* dependency come from?
Written by
on
in
Snaking.
Working on PyOpenGL today. Few little fixes, a few wrapper operations to make things more Pythonic. Nothing huge. At some point, though, I discovered that pkg_resources was complaining that it couldn't find the PyOpenGL distribution (I eliminated pkg_resources from PyOpenGL, but OpenGLContext is, for now, using it). Okay, so run setuptools and register PyOpenGL...
But ...
I rather enjoyed Mochikit
Written by
on
in
Snaking.
At my one client we use the Ext javascript library, which is somewhat of an all-singing-all-dancing javascript library with dozens of compound widgets, particularly these huge, heavily abstracted searchable, sortable, selectable grid widgets. Ext doesn't float my boat. I wouldn't pick it up to use it on a personal project. The API just seems so ...
New PyOpenGL-Demo demos
Written by
on
in
Snaking.
Peter Roesch has just contributed a set of stand-alone demos for the PyOpenGL-Demo distribution. There's shaders, nurbs surfaces and curves, beziers, interaction and stereo rendering. They should show up in the next release of the package, and are available from bzr now.
bzr branch lp:~mcfletch/pyopengl-demo/trunk Demo
They'll also show up as example code in the ...
Need to expand vbo support... and support/contribution emails
Written by
on
in
Snaking.
glVertexPointerd( ...
OpenGL 2.1 manual sources are integrated...
Written by
on
in
Snaking.
Python 3.0 at PyGTA Tomorrow (Tuesday)
Written by
on
in
Snaking.
Reminder for everyone in Toronto that PyGTA is tomorrow evening @7pm down at Linux Caffe. We'll be going over the Python 3.0 release changes and discussing people's experiences and/or plans with converting code to 3.0 (or even 2.6).
PyOpenGL 3.0.0b6 (likely the last beta) is up...
Written by
on
in
Snaking.
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 ...