Update README [skip ci]
This commit is contained in:
parent
c5aefbc138
commit
2cc53c2e2f
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -1,2 +1,15 @@
|
||||||
# geometric_algebra
|
[](https://github.com/Lichtso/geometric_algebra/actions/workflows/actions.yaml)
|
||||||
Geometric Algebra Generator written in Rust
|
[](https://crates.io/crates/geometric_algebra)
|
||||||
|
|
||||||
|
## About
|
||||||
|
This repository allows you to describe [geometric algebras](https://en.wikipedia.org/wiki/Geometric_algebra) with 1 to 16 generator elements and generate SIMD-ready, dependency-less libraries for them.
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
- [DSL](https://en.wikipedia.org/wiki/Domain-specific_language) Parser: See [examples](.github/workflows/actions.yaml)
|
||||||
|
- Algebra: Generates the multiplication tables
|
||||||
|
- Compiler: Constructs an AST from the multiplication tables
|
||||||
|
- Optimizer: Simplifies the AST
|
||||||
|
- Legalizer: Inserts missing expressions in the AST
|
||||||
|
- Emitter: Serializes the AST to source code
|
||||||
|
- [Rust](https://www.rust-lang.org/)
|
||||||
|
- [GLSL](https://www.khronos.org/opengl/wiki/Core_Language_(GLSL))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue