0.14.0 • Published 5 years ago
matter-tools v0.14.0
matter-tools
Tools for creating, testing and debugging matter.js worlds
Demo
See the demo.
Tools
MatterTools.Demofor running and testing examplesMatterTools.Guifor experimenting with engine propertiesMatterTools.Inspectorfor inspecting composites, bodies and constraintsMatterTools.Serializerfor saving and loading state (experimental)
Each tool can be used independently as needed.
Install
You can install using npm:
npm install matter-toolsBundles
Alternatively the following complete bundle is provided for convenience
Individual smaller bundles for each tool are also available
- build/matter-tools.demo.js
- build/matter-tools.gui.js (bundles dat.gui)
- build/matter-tools.inspector.js (bundles keymaster, jquery, jstree)
- build/matter-tools.serializer.js (bundles resurrect-js)
See the section below regarding license.
Usage
See the demo source for a usage example.
Documentation
See the API docs for documentation.
License
matter-tools is released under MIT see LICENSE
Dependencies are used under their own individual respective licenses, consult their documentation for information.