Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elm-explorations/linear-algebra

Fast linear algebra for Elm
https://github.com/elm-explorations/linear-algebra

Last synced: 17 days ago
JSON representation

Fast linear algebra for Elm

Awesome Lists containing this project

README

        

# Fast Linear Algebra for Elm

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

[docs]: https://package.elm-lang.org/packages/elm-explorations/linear-algebra/latest/

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

[webgl]: https://github.com/elm-explorations/webgl

It is based on [the MJS library](https://code.google.com/p/webgl-mjs/) for JavaScript.