13/04/2008

windoh

Another day another project... >_< well i got to thinking i'd really to have something like Ant Tweak Bar but pure python which led on to thinking of a quick and simple UI library for pyglet... which led onto a not so simple UI library for pyglet... :)

windoh uses pyglets event.EventDispatcher class heavily to make a reasonably nice widget system. It includes a resizeable/draggable frame class and fully inheritable style support. There is also a button and a label class at the moment, I expect there will be more as time goes on.

I need to work out whats going on with pyglets batches a bit better but otherwise it all seems to work pretty ok.

Ive also checked how pylons is doing the --with- stuff so ill be adding pymunk, windoh and maybe atb-ctypes to --with- options to pyglons soon.

The source is in the pyglons repository and there is a very basic page at the pyglons wiki.

True to form there is absolutely zero documentation at the moment, you can check the test.py file, other wise may the source be with you...

No comments: