slackbuilds_ponce/python/planes
klaatu d3daae79ba python/planes: Added (surface framework for Pygame).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-06-18 16:53:41 +07:00
..
planes.info python/planes: Added (surface framework for Pygame). 2015-06-18 16:53:41 +07:00
planes.SlackBuild python/planes: Added (surface framework for Pygame). 2015-06-18 16:53:41 +07:00
README python/planes: Added (surface framework for Pygame). 2015-06-18 16:53:41 +07:00
slack-desc python/planes: Added (surface framework for Pygame). 2015-06-18 16:53:41 +07:00

planes is a hierarchical surface framework for PyGame by Florian Berger.

The planes module introduces the "Plane" class which extends PyGame's 
"Surface" functionality, offering a hierarchy of mouse-sensitive, draggable 
Surfaces that can be used as sprites, windows, icons or other interactive 
elements.

In addition, the planes.gui module uses planes to provide basic GUI 
elements like container, label, text box, option list and button.