Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorBrian <brian@laptop.org>2008-07-16 19:14:37 (GMT)
committer Brian <brian@laptop.org>2008-07-16 19:14:37 (GMT)
commit3f87c94f1854c536430052e3bf58d5def23568b6 (patch)
tree726f3005f2bbd96efd4ad5152164d2d43f050133 /DEVELOPING
parent4289189381d3f9e59cf656e89f395d58fc8ab53a (diff)
finished map
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 28b4160..18ed7d5 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -1,9 +1,9 @@
activity/
activity.py
-elements/ - (upstream, but branched here) Simplification wrapper around pyBox2D (in a subdirectory here)
+elements/ -r (upstream, but branched here) Simplification wrapper around pyBox2D (in a subdirectory here)
helpers.py - mathematical helper functions
icons/ - all graphics used in Physics (mostly svg menu icons)
olpcgames/ - (upstream) The Pygame wrapper for the OLPC Sugar platform
physics.py - contains screen setup, main loop, tool list
-setup.py
-tools.py
+setup.py - just runs the Sugar bundlebuilder
+tools.py - defines Tool class and all available tools (contexts for input/creation)