PyWeek - ToGEPy
Announcing the release of our PyWeek library: ToGEPy 0.1!
http://www.srcf.ucam.org/~mewo2/togepy-0.1.tar.gz
There's even a mildly fun asteroids clone in there as an example. We spoil you.
(Edited for a working download location)
—
Martin on 2008/02/29 23:21
of Super Effective 6
— edited on 2008/03/01 06:28
Comments: (log in to comment)

By dmoisset on 2008/03/01 17:14:
For those of us lazy to untar and test the code, can you tell us what does your library provides?By Martin on 2008/03/01 19:12:
An implementation of the pygame.draw API (with a few extra features), an "out-of-the-box" A-Star implementation (not incredibly fast, but easy to slot into wherever you need it), and a couple of snazzy visual effects (motion blur, a Geometry Wars-style "vector glow").By Martin on 2008/03/01 19:17:
Should have said, this is an extension of Pyglet 1.0, and therefore requires it for everything except the A-Star.By richard on 2008/03/02 23:29:
To further dmoisset's comment: I would like to see some sort of public page with an outline of the feature set and documentation. This release is pretty opaque.By Martin on 2008/03/02 23:52:
Apologies, I'll try to get something more complete up in the next few days. Until then, I'm happy to answer any questions that people might have, either here, or on the #pyweek and #pyglet IRC channels on freenode.