0.1.0 • Published 4 years ago
@an0rak/lee v0.1.0
Lee
A Javascript library to manipulate mathematics Matrices
What is it ?
Lee is a collection of classes and functions to mainpulate Matrices of various dimensions and use them as plain Javascript values.
How to use it ?
Install it on your Javascript app with :
npm install @an0rak/lee
Then you can use it with :
const lee = require("@an0rak/lee");
const matrix = new lee.Matrix4();
How to build it ?
Install it locally
git clone https://github.com/an0rak-simulations/lee.git $YOUR_LOCAL_PATH
cd $A_PROJECT_OF_YOURS
npm install $YOUR_LOCAL_PATH
Lint your modifications
npm run lint
Credits and License
This library was created by Sylvain Nieuwlandt and is released under the Apache-2.0 license, which you can find a complete copy here.
0.1.0
4 years ago