Package Exports
- arcade-physics-new
- arcade-physics-new/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arcade-physics-new) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Arcade Physics
(without Phaser)
Goal?
Completely detach the Arcade Physics from the PhaserJS package and convert it to TypeScript.
Features
TileMap and Group support has been removed. Instead of Group, use an array.
Demo (client-side)
https://yandeu.github.io/arcade-physics/
NPM
npm i arcade-physics
Usage
See index.html