Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.88 KB

readme.md

File metadata and controls

60 lines (46 loc) · 1.88 KB

Konjo

Build Status Coverage Status npm version Commitizen friendly MIT Licence

JavaScript Style Guide

A simple 2D collision detection engine.

FOSSA Status

Install

$> npm install konjo

Documentation

API Documentation

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.