0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-02-07 19:06:26 -05:00

Add's instructions to the readme

for how to run the demos.
This commit is contained in:
Andrew Luhring 2014-05-10 10:00:44 -05:00
parent 3043baa53c
commit 124a4e5ec0

View file

@ -10,6 +10,12 @@
### Demos
#### To run the demos locally:
run
``` grunt dev ```
in this project's root.
- [Mixed Shapes](http://brm.io/matter-js-demo#mixed)
- [Solid Shapes](http://brm.io/matter-js-demo#mixedSolid)
- [Newton's Cradle](http://brm.io/matter-js-demo#newtonsCradle)
@ -142,4 +148,4 @@ This license is also supplied with the release and source code.
### Similar Projects
If you need a more complete engine, check out jswiki's list of [Physics libraries](https://github.com/bebraw/jswiki/wiki/Physics-libraries)
If you need a more complete engine, check out jswiki's list of [Physics libraries](https://github.com/bebraw/jswiki/wiki/Physics-libraries)