florian berger

planes

A Hierarchical Surface Framework for Pygame

About

planes

planes is a hierarchical surface framework for PyGame.

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.

Prerequisites

Python >= 2.6 http://www.python.org

PyGame >= 1.9.1 http://pygame.org/

Installation

Unzip the file, then at the command line run

python setup.py install

Examples

A showcase python script will be installed along with planes. Run

planes_interactive.py

Documentation

API documentation is included and will be installed during install.

Latest Release

0.6.0
5 March 2013

Download

planes-0.6.0.zip

MD5: 3cd06705 4cc88913 ed3541cf 30c060a3

Releases are currently not signed, as I am transitioning from PGP to a different software.

License

GPL

Links

Launchpad

Freecode

ohloh

PyPI

pygame.org