webgl-mjs


A JavaScript vector and matrix math library, optimized for WebGL usage.

mjs is a JavaScript vector and matrix math library, optimized for WebGL usage. It provides support for basic operations on 3-element vectors and 4x4 matrices, as well as utility operations for creating vectors and matrices common in computer graphics.

The API is designed for simplicity and speed.

Project Information

Labels:
webgl math javascript vector matrix