From 4bb567fb5e361d44541e1f2208f36e2aca17a57d Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 22 Jan 2015 22:03:26 +0000 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Getting-started.md b/Getting-started.md index 3dba787..0832360 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -51,6 +51,10 @@ If you don't, check the browser console to see if there are any errors. Check out the [demo page](http://brm.io/matter-js-demo/) for more examples and then refer to [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js) to see how they work. Some of the demos are also available on [codepen](http://codepen.io/collection/Fuagy/), where you can easily experiment with them. +### Rendering + +Matter.js includes a sample renderer, but this is optional and it's easy to use your own. +See the [Rendering](https://github.com/liabru/matter-js/wiki/Rendering) wiki page for information. ### Documentation See the latest [Matter.js API Docs](http://brm.io/matter-js-docs/) for detailed information on the API.