0.1.1 • Published 6 years ago

konjo v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Konjo

A simple 2D collision detection engine.

Install

$> npm install konjo

Current features

  • Base math lib (vector2/axes)
  • Base box object (AABB/OBB/Sphere)
  • Lightweight

How to build

$> npm install

Then, to build the source, run:

$> npm run build

License

This content is released under the MIT License.