A simple 2D collision detection engine.
$> npm install konjo
- Base math lib (vector2/axes)
- Base box object (AABB/OBB/Sphere)
- Lightweight
$> npm install
Then, to build the source, run:
$> npm run build
This content is released under the MIT License.
A simple 2D collision detection engine.
$> npm install konjo
$> npm install
Then, to build the source, run:
$> npm run build
This content is released under the MIT License.