0.7.9 • Published 5 years ago
@plane2d/core v0.7.9
@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 dependencies
- yarn workspaces run build-> build all projects
- yarn start-> Run testbed locally
- yarn run bench-> Run the benchmark using node.js
- yarn 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