Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elm-explorations/linear-algebra
- Owner: elm-explorations
- License: bsd-3-clause
- Created: 2018-05-02T14:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T17:47:28.000Z (over 6 years ago)
- Last Synced: 2024-09-01T15:02:56.786Z (4 months ago)
- Language: JavaScript
- Homepage: https://package.elm-lang.org/packages/elm-explorations/linear-algebra/latest/
- Size: 101 KB
- Stars: 26
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - elm-explorations/linear-algebra - Fast linear algebra for Elm (JavaScript)
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.