Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 458 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 458 Bytes

Fast Linear Algebra for Elm

A library for fast vector and matrix math. See the full docs here.

This is needed for 3D rendering with WebGL in Elm, but is useful for anything where fast linear algebra is needed.

It is based on the MJS library for JavaScript.