Skip to content

fvdsn/Modula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published