mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-21 17:14:38 -05:00
updated readme and build
This commit is contained in:
parent
c80fe7f3f9
commit
fe0700253e
1 changed files with 3 additions and 3 deletions
|
@ -63,18 +63,18 @@ Though if I get time and people are interested, I may continue working on it.
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
Download [matter.js](#) or [matter.min.js](#) and include the script in your HTML file:
|
Download [matter.js](https://raw2.github.com/liabru/matter-js/master/build/matter.js) or [matter.min.js](https://raw2.github.com/liabru/matter-js/master/build/matter.min.js) and include the script in your HTML file:
|
||||||
|
|
||||||
<script src="matter.js" type="text/javascript"></script>
|
<script src="matter.js" type="text/javascript"></script>
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
See [Demo.js](#) and [DemoMobile.js](#) for many usage examples. No docs at the moment, sorry.
|
See [Demo.js](https://raw2.github.com/liabru/matter-js/master/demo/js/Demo.js) and [DemoMobile.js](https://raw2.github.com/liabru/matter-js/master/demo/js/DemoMobile.js) for many usage examples. No docs at the moment, sorry.
|
||||||
<br>When loaded, all functions are under the global <code>Matter.*</code> namespace.
|
<br>When loaded, all functions are under the global <code>Matter.*</code> namespace.
|
||||||
|
|
||||||
### Implementation
|
### Implementation
|
||||||
|
|
||||||
The technical details for physics nerds and game devs.
|
The technical details for physics nerds and game devs.
|
||||||
<br>This engine is using the following techniques:
|
<br>This engine is using the following techniques:
|
||||||
|
|
||||||
- Time-corrected position Verlet integrator
|
- Time-corrected position Verlet integrator
|
||||||
|
|
Loading…
Add table
Reference in a new issue