pygameui

GUI framework for Pygame


Keywords
UI, GUI, Pygame, button, scrollbar, progress, slider, user, interface
License
MIT
Install
pip install pygameui==0.2.0

Documentation

pygameui

A simple GUI framework for Pygame.

Installation

pip install pygameui

While Pygame is listed as a dependency in our package metadata, you should install it separately ahead of time to avoid issues with libpng being improperly referenced, etc.

Environment

Tested on Mac OS X 10.7.3 running system Python 2.7.1 and Pygame installed via the "Lion apple supplied python" mpkg. Please let me know if you have issues running this on other versions of Python and/or Pygame.

Author

Brian Hammond (brian@fictorial.com)

Copyright © 2012 Fictorial LLC.

Other

See the simpler branch for a much simpler version.