/sample-matterjs

Example integrating matter.js with Excalibur

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Excalibur Matter.js Example

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!

sample-animation

Running locally

  • Using nodejs and npm
  • Run the npm install to install dependencies
  • Run the npm run start to run the development server to test out changes

Building bundles

  • Run npm run build to produce javascript bundles for debugging in the dist/ folder