JSPM

arcade-physics-new

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q16289F
  • License MIT

Use Arcade Physics without Phaser.

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