liabru
liabru
Outside of the documentation and the wiki, there are also many [examples](https://github.com/liabru/matter-js/tree/master/examples) which are the main for learning the features. Are these not sufficient to get started? > I'd use...
> the documentation doesn't cover a lot of core things Well, it should at least _list_ almost 100% of the code base, are you saying there's a lot of unlisted...
> Overall it covers functions fairly well in terms of core documentation, it's just examples (both live and code snippets) that would make it really useful. Ok I'll think about...
> If you can outline the core modules and what those need to cover (basically what guides need writing), other people like myself can flesh them out. The most important...
I've added links in the docs to search usages and examples underneath each function, property and event. See [Engine.create](https://brm.io/matter-js/docs/classes/Engine.html) for an example. It's not always perfect being search based but...
At the moment, sleeping doesn't have support for situations like this. What should happen is that when bodies get removed, their contacts should be notified and awoken, which in the...
Actually let's keep this open as it's something I'd like to get fixed, thanks!
It's worth checking out [0.18.0](https://github.com/liabru/matter-js/pull/1069) as some aspects of pair management have changed, but it's hard to tell if that will help where sleeping is involved. If you do need...
Would you be able to provide a code example? A gif or video would help too, thanks.
You may want to try this out with [0.18.0](https://github.com/liabru/matter-js/pull/1069) as it should give a nice performance boost. Also I think for your `tumblerBox` you might want to use `Body.setAngularVelocity` rather...