This example shows how to integrate matter.js with Excalibur using the built in ECS facilities!
This demonstrates a stiff constraint and basic rigid bodies in matter.js
Click to create new blocks!
- Using nodejs and npm
- Run the
npm installto install dependencies - Run the
npm run startto run the development server to test out changes- Parcel will build the typescript into javascript
- Run
npm run buildto produce javascript bundles for debugging in thedist/folder
