1.0.0 • Published 5 years ago

@jad3n/jml v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Jaden's Math Library

JavaScript math library

The goal of this project is to provide a basic math library that can be used with WebGL with support for matrices and vectors.

Usage

Download the minfied library and include it in your HTML, or install and import it as a module in your projects.

<script src="https://cdn.jsdelivr.net/npm/@jad3n/jml/dist/jml.umd.min.js"></script>