0.0.1-alpha.2 • Published 1 year ago

js-physics-2d-threaded v0.0.1-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Librirary for launching js-physics-2d physics engine in seperate thread

work in progress

Build

  1. Compile js-physics-2d library: npm run build:clean; npm run build:cjs; npm run build:esm; npm run build:types; npm run build:bundle
  2. Build worker for js-physics-2d-threaded library: npm run build:clean; npm run build:worker
  3. Compile js-physics-2d-threaded with running these commands: npm run build:cjs; npm run build:esm; npm run build:types; npm run build:bundle