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.Demofor running and testing example scenesMatterTools.Guifor making changes to engine propertiesMatterTools.Inspectorfor inspecting worlds
Install
You can download separate builds for each tool and load them:
- MatterTools.Demo
- MatterTools.Gui
- MatterTools.Inspector (requires jQuery)
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.