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:
parent
3043baa53c
commit
124a4e5ec0
1 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue