Archives week 40 of 2008

Oct. 6, 2008 - Oct. 12, 2008

Bit of PyOpenGL on the weekend

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 ...

Continue reading

Where did *that* dependency come from?

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 ...

Continue reading

I rather enjoyed Mochikit

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 ...

Continue reading

Daily archives

Previous week

Week 38 of 2008

Next week

Week 41 of 2008

Archives