bjorn a6f7cb84a7 Update for 0.11.0; 7 years ago
..
doc a6f7cb84a7 Update for 0.11.0; 7 years ago
modules a6f7cb84a7 Update for 0.11.0; 7 years ago
spec a6f7cb84a7 Update for 0.11.0; 7 years ago
.coveralls.yml a6f7cb84a7 Update for 0.11.0; 7 years ago
.editorconfig a6f7cb84a7 Update for 0.11.0; 7 years ago
.gitignore a6f7cb84a7 Update for 0.11.0; 7 years ago
.travis.yml a6f7cb84a7 Update for 0.11.0; 7 years ago
LICENSE.md a6f7cb84a7 Update for 0.11.0; 7 years ago
README.md a6f7cb84a7 Update for 0.11.0; 7 years ago
cpml-scm-1.rockspec a6f7cb84a7 Update for 0.11.0; 7 years ago
init.lua a6f7cb84a7 Update for 0.11.0; 7 years ago

README.md

Cirno's Perfect Math Library

Build Status Coverage Status

Various useful bits of game math. 3D line intersections, ray casting, vectors, matrices, quaternions, etc.

Intended to be used with LuaJIT and LÖVE (this is the backbone of LÖVE3D).

Online documentation can be found here or you can generate them yourself using ldoc -c doc/config.ld -o index .

Installation

Clone the repository and require it, or if you prefer luarocks: $ luarocks install --server=http://luarocks.org/dev cpml. Add --tree=whatever for a local install.