slackbuilds_ponce/python/planes/README
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

9 lines
443 B
Text

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.