Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING9
1 files changed, 9 insertions, 0 deletions
diff --git a/DEVELOPING b/DEVELOPING
new file mode 100644
index 0000000..28b4160
--- /dev/null
+++ b/DEVELOPING
@@ -0,0 +1,9 @@
+activity/
+activity.py
+elements/ - (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