[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Gui



Just throwing my hat in the ring here.  I've also started my own GUI
widget project.  I call it Poutine.  My goal is to just provide widgets
that you can use as Sprites (they have an image and a rect).  There is no
framework whatsoever to wrestle with.  (Also means that the developer has
to do the work of calling OnMouseMove() etc...)

It's not exactly finished... or tested... or documented, but it Works For
Me.

Find it here:
http://sjbrown.users.geeky.net/w/Poutine

sjbrown