Closed imvetri closed 7 years ago
Change this line:
//run render
Engine.run(render);
to:
//run render
Render.run(render);
Oh. Okay Thanks. Is there any other discussion forum for matterjs ?
Only here and stack overflow mostly, but maybe I should open a slack or gitter channel.
@liabru could you please share official stackoverflow channel so that in future I will get my questions clarified there instead of issues page. This seems more appropriate.
I tried following the steps mentioned in the readme file for trying out matterJS. I used the same code in codepen but im not seeing any boxes falling.
I can find a canvas inside document.body from developer tools, but it is not visible in the page. (probably because of no filled colors)
I was hoping this information could be put in readme so that it can benefit other new comers.
Here is the link to the codepen http://codepen.io/iminui/pen/pevWOM