output: update README

This commit is contained in:
🪞👃🪞 2025-08-23 12:42:51 +03:00
parent d92e5efdd0
commit 3e2b07158c
5 changed files with 28 additions and 79 deletions

View file

@ -1,3 +1,10 @@
# tengri
***tengri*** is a metaframework for building interactive applications with rust. (aren't we all?)
an interface metaframework. currently supports ratatui.
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/).