fvdsn / Modula

Fast & Generic Math Libraries for JS Game makers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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");

About

Fast & Generic Math Libraries for JS Game makers


Languages

Language:JavaScript 100.0%