0.7.0 • Published 5 years ago

@plane2d/controllers v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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