mirror of
https://github.com/liabru/matter-js.git
synced 2025-03-14 00:38:41 -04:00
Updated README to reflect NPM support
This commit is contained in:
parent
e95e328a04
commit
0ffa3619f6
1 changed files with 6 additions and 2 deletions
|
@ -87,10 +87,14 @@ Download [matter-0.8.0.js](https://github.com/liabru/matter-js/releases/download
|
||||||
|
|
||||||
For the latest features try the [edge version (master)](https://raw.github.com/liabru/matter-js/master/build/matter.js), but it may not be fully stable.
|
For the latest features try the [edge version (master)](https://raw.github.com/liabru/matter-js/master/build/matter.js), but it may not be fully stable.
|
||||||
|
|
||||||
#### Or install using [Bower](http://bower.io/)
|
#### Install using [Bower](http://bower.io/)
|
||||||
|
|
||||||
bower install matter-js
|
bower install matter-js
|
||||||
|
|
||||||
|
#### Install using [NPM](https://www.npmjs.org/)
|
||||||
|
|
||||||
|
npm install matter-js
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js) and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for many usage examples.
|
See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js) and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for many usage examples.
|
||||||
|
@ -158,4 +162,4 @@ This license is also supplied with the release and source code.
|
||||||
|
|
||||||
### Similar Projects
|
### 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