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
- Host: GitHub
- URL: https://github.com/brainrake/elm-ganja
- Owner: brainrake
- License: mit
- Created: 2022-03-11T01:01:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T17:47:03.000Z (over 2 years ago)
- Last Synced: 2025-02-08T09:13:49.705Z (about 1 year ago)
- Language: Elm
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```