mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-03-13 12:10:44 +01:00
31 lines
662 B
Markdown
31 lines
662 B
Markdown
# tengri
|
|
|
|
***tengri*** is a metaframework for building interactive applications with rust. (aren't we all?)
|
|
|
|
tengri is published under [**AGPL3**](../LICENSE).
|
|
|
|
## tengri and tek
|
|
|
|
tengri is developed as part of [***tek***](https://codeberg.org/unspeaker/tek),
|
|
a music program for terminals.
|
|
|
|
## tengri and dizzle
|
|
|
|
tengri integrates with [***dizzle***](./dizzle),
|
|
a framework for defining domain-specific languages.
|
|
|
|
## what's in the box
|
|
|
|
excluding the reexports, tengri is a flat namespace containing the following kinds of things:
|
|
|
|
### logical
|
|
|
|
### temporal
|
|
|
|
### aural
|
|
|
|
### spatial
|
|
|
|
### textual
|
|
|
|
checkout the repo and generate docs with `cargo doc` to explore!
|