You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson d7f752188a
python/planes: Fix slack-desc.
9 years ago
..
README python/planes: Added (surface framework for Pygame). 11 years ago
planes.SlackBuild python/planes: Added (surface framework for Pygame). 11 years ago
planes.info python/planes: Added (surface framework for Pygame). 11 years ago
slack-desc python/planes: Fix slack-desc. 9 years ago

README

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.