-
matterjs can't support WebAssembly?
-
Is box2d wasm better than matterjs I use matterjs FPS is very low
-
## Version
* Phaser Version: v3.16.0 Beta 4-FB
* Operating system: Windows 10
* Browser:
## Description
Creating a custom class that extends `Phaser.Physics.Matter.Sprite` d…
-
how to use matterjs make Custom polygon for example
![image](https://user-images.githubusercontent.com/1198840/161029317-0a89067e-3d76-4dc7-906a-6a67823027bf.png)
-
matterjs Bodies.fromVertices Concave deformation is not supported
` [
{ "x": 23, "y": 25 }, { "x": 53, "y": 39 }, { "x": 88, "y": 23 }, { "x": 53, "y": 94 },
]`
-
Hello, I've recently began using Phaser and I gotta say, it's amazing
I'm planning for my next project, which is going to be multiplayer.
I've been reading the documentation and lots of thread…
-
1st time testing here and tried testing out the demo code in getting start, but it kept showing
matter-js: Render.create: options.element was undefined, render.canvas was created but not appended wa…
-
Hello everyone.
Would it be possible to integrate MatterJS to x3D "flat" (2D) geometry nodes?
If so, what's the "trick"?
Thanks in advance for any help.
Merry Christmas and a GREAT new year ev…
-
Please, can you integrate:
Yuka (https://mugen87.github.io/yuka/),
MatterJS (https://brm.io/matter-js/) and
AmmoJS (https://github.com/kripken/ammo.js/)
in your framework?
Thanks in advance fo…
-
Im trying to make a multiplayer game with determinstic lockstep using the matterjs physics engine. For determinstic lockstep, I need to take frequent snapshots/copies of the world that I can rollback …