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