mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
d3daae79ba
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
443 B
Text
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.
|