mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
|
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
tengri is a metaframework for building interactive applications with rust. (aren't we all?)
tengri is developed as part of tek, a music program for terminals.
tengri contains:
- dizzle, a framework for defining domain-specific languages
- output, an abstract UI layout framework
- input, an abstract UI event framework
- tui, an implementation of tengri over ratatui.
as well as:
- core, the shared definitions ("utils") module
- proc, the space for procedural macros
- tengri, the top-level reexport crate
tengri is published under AGPL3.