Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian <brian@laptop.org>2008-07-16 19:08:09 (GMT)
committer Brian <brian@laptop.org>2008-07-16 19:08:09 (GMT)
commit37c51a205706d38ee52f916951da964e2bb36c16 (patch)
treeecd07b0b9f6d1994618ab3df583c01145c608b0e
parentf5a0989c9088be56c9384c2e896a0d2c184065ac (diff)
Organizational planning file, cleanup
-rw-r--r--DEVELOPING9
-rw-r--r--helpers.py25
2 files changed, 11 insertions, 23 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
diff --git a/helpers.py b/helpers.py
index bc39eb4..2086ad8 100644
--- a/helpers.py
+++ b/helpers.py
@@ -119,26 +119,5 @@ def decomposePoly(vertices):
nv -= 1
# reset error detection
count = 2*nv
- return result
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \ No newline at end of file
+ return result
+