0.7.0 • Published 5 years ago
@plane2d/controllers v0.7.0
@box2d Monorepository
Work in Progress of a full Box2D ecosystem for the web. This includes TypeScript ports of:
Quick Start
Since this monorepo is not published on NPM yet, you can only run this locally.
Most important commands to execute from the root folder (you need yarn installed):
yarn
-> install dependenciesyarn workspaces run build
-> build all projectsyarn start
-> Run testbed locallyyarn run bench
-> Run the benchmark using node.jsyarn run bench:web
-> Start a webserver for running the benchmarks using a browser,yarn run lint
-> Run linters, formatters, etc.yarn run lint:fix
-> Run linters, formatters, etc. and autofix if possible
0.7.0
5 years ago