pug - a 64k version of pgu
download .tgzI'm not sure if this library is quite pyweek worthy yet (richard - can you comment on this), at the very least, I made a bit of progress and hope to release a better version in the future. Any feedback would be greatly appreciated!
------------------------------------------
Phil's mini-Utilities for pyGame
"pug" a 64k version of "pgu"
(c) 2007 Phil Hassey
"pug" is meant to be independant of pygame, but at present it only includes drivers for pygame.
cnst - contains all constants like K_q, MOUSEBUTTONDOWN, etc
driver - access to low-level drivers (pygame)
dialog - some handy States for Prompt, Choice, Pause
engine - the state Engine and a default State
gui - a re-written trimmed down version of the pgu.gui API
theme - the gui theme, meant to be customized on a per-game basis
The documentation is in-line in the code, and will be somewhat similar to www.imitationpickles.org/pgu/docs/. The documentation in here is not complete yet.
Feel free to run demo.py to see a sample gui screen.
(log in to comment) BTW - is pyglet "pyweek ready" (though I see it is still in the alpha stage)? If so, I might have to check it out ... At any rate - I like the direction the API is going and hope to use it eventually.
pyglet, rabbyt and pymunk look like being the toolset for this comp :)
Comments
That could be rather fun :)
richard on 2007/08/03 00:00:
Cool:)A couple of quick things: