Skip to content

kagamiNekoClub/konjo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.