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

https://github.com/brainrake/elm-ganja

Geometric Algebra and Clifford Algebra for Elm
https://github.com/brainrake/elm-ganja

Last synced: 4 months ago
JSON representation

Geometric Algebra and Clifford Algebra for Elm

Awesome Lists containing this project

README

          

# Geometric Algebra and Clifford Algebra

The code is generated by [ganja.js](https://github.com/enkimute/ganja.js).
You can use [my fork](https://github.com/brainrape/ganja.js) to generate Elm code for other algebras:

```
git clone git@github.com:brainrape/ganja.js
cd ganja.js/codegen
make R210 GEN_LANG=elm SHELL=$(which bash)
```