/Modula

Fast & Generic Math Libraries for JS Game makers

Primary LanguageJavaScript

Modula.js

A collection of javascript libraries for vector math, grid, pathfinding and other useful things for building small javascript games.

License

Modula.js is licensed under the MIT license.

Install

bower install modula-js

Use

Each JS file can be independently imported directly as a script tag:

<script src="V2.js"></script>

Or as a Node.js module:

var V2 = require("./V2.js");