From fe0700253e1cd46d7d3ed5a3046056608e1c60cc Mon Sep 17 00:00:00 2001 From: liabru Date: Wed, 19 Feb 2014 14:46:08 +0000 Subject: [PATCH] updated readme and build --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f84102..c953c3b 100644 --- a/README.md +++ b/README.md @@ -63,18 +63,18 @@ Though if I get time and people are interested, I may continue working on it. ### 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: ### 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.
When loaded, all functions are under the global Matter.* namespace. ### Implementation -The technical details for physics nerds and game devs. +The technical details for physics nerds and game devs.
This engine is using the following techniques: - Time-corrected position Verlet integrator