/matter-tools

tools for creating, testing and debugging matter.js worlds

Primary LanguageJavaScriptMIT LicenseMIT

matter-tools

Tools for creating, testing and debugging matter.js worlds

Demo

See the demo.

Tools

There are three tools which can each be used together or separately:

  • MatterTools.Demo for running and testing example scenes
  • MatterTools.Gui for making changes to engine properties
  • MatterTools.Inspector for inspecting worlds

Install

You can download separate builds for each tool and load them:

Alternatively you can install through npm:

npm install matter-tools

Usage

See the demo source for an example of using MatterTools.Demo which also integrates the inspector and the gui tools.

See the API docs for more information.