-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
64 lines (36 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
README for planes
=================
About
-----
planes is a hierarchical surface framework for PyGame, extending it
with 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 provides basic GUI elements like
container, label, text box, option list and button.
planes is quite powerful, but sadly lacks a tutorial to get started.
This will be added in the beta (0.9.x) releases.
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.
Links
-----
planes on Launchpad: https://launchpad.net/planes
planes on Freecode: http://freecode.com/projects/planes
planes on ohloh: https://www.ohloh.net/p/planes
planes on the Python Package Index: http://pypi.python.org/pypi/planes
planes on pygame.org: http://pygame.org/project-planes-2392-4051.html
Author
------
(c) Florian Berger <[email protected]>