aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-08-26 22:42:13 +0200
committerJakob Odersky <jodersky@gmail.com>2011-08-26 22:42:13 +0200
commit200831ed125aedbec39b3eb80071c181635ea906 (patch)
tree7963d96655ca3277cc317a3535006a6916d3881b
parent14aac7e7aabda1dd5a10c8c5f0d69776596e191e (diff)
downloadsims2-200831ed125aedbec39b3eb80071c181635ea906.tar.gz
sims2-200831ed125aedbec39b3eb80071c181635ea906.tar.bz2
sims2-200831ed125aedbec39b3eb80071c181635ea906.zip
modified README
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 951c8a6..66d2736 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,25 @@
+# SiMS2 #
SiMS2 is a 2D mechanics simulation library written in Scala.
-
It is a complete re-write of SiMS, hosted at http://sourceforge.net/projects/simplemechanics/.
-=Features=
+# Features #
* 2D rigid body simulation
* standalone collision detection (can be used without SiMS2 physics library)
* constraint simulation
* extensible architecture
-----
+---
SiMS2 is currently in development and no stable release is available.
However, there exists a graphical testbed using the Processing.org library. To run it:
- # Checkout the latest project revision.
- # If you don't already have it, install sbt (http://code.google.com/p/simple-build-tool/).
- # In the sbt command prompt, run the command "demo".
- # Navigation in the graphical demo:
- * pause/unpause: 'space'
- * single step: 'enter'
- * previous/next test: '<'/'>'
- * zoom in/out: 'page up'/'page down';
- * move: arrow keys;
+ 1. Checkout the latest project revision.
+ 2. If you don't already have it, install sbt (http://code.google.com/p/simple-build-tool/).
+ 3. In the sbt command prompt, run the command "demo".
+ 4. Navigation in the graphical demo:
+ * pause/unpause: `space`
+ * single step: `enter`
+ * previous/next test: `<`/`>`
+ * zoom in/out: `page up`/`page down`;
+ * move: `arrow keys`;