On Fri, May 8, 2009 at 5:54 AM, sanka <[email protected]>wrote:

>
> Hello all,
>
> We are currently working on a "simple to use" GUI using pyglet in
> order to easily implements user interfaces.
>
> Actually, the widgets available are :
>      _ Dialog         : A dialog with a title, a close button and a
> content
>      _ HBox           : Used to split content into horizontal parts
>      _ VBox           : Used to split content into vertical parts
>      _ Button         : a basic button
>      _ Checkbox    : a basic checkbox
>      _ Label           : a basic label
>      _ Slider           : a basic slider
>
> With theses few widgets, there is already quite a lot of
> possibilities.
> preview : http://img25.imageshack.us/img25/2374/capturetestpy.png
>
> The source and the documentation are available here :
> http://code.google.com/p/pywidget/
>
> Advices, review and modification of the source code are welcome :)
> Thanks
>

Very nice and simple. I just put the widgets to work in my planet
simulation:
http://picasaweb.google.com/lh/photo/MkTK5nX6d0jTnI6NUkMgOA?feat=directlink

I did have to add the ability to change the text of a label after creation
(forward the text property of pyglet's HTMLLabel through from the label
itself). Would you like a patch?
-- 
Tristam MacDonald
http://swiftcoder.wordpress.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to