Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Your search query "linkto:"SummerOfCode/PygameGui"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

A Pygame GUI Toolkit.

On second thoughts, this sort of project probably isn't needed, for many different reasons. - SimonWittber


Build a minimal object oriented GUI toolkit, aimed at use with touchscreens, which uses pygame for display. It should use something like a command dispatch pattern, and make sure to take advantage of the late binding abilities of python.

The minimum widgets needed are:

It should also provide customisable layout managers for widget layout. Grid, Horizontal and Vertical Row etc.


Some reasons why this proposal isn't needed: