☀️ interface framework that reaches for the sky 🎑
Find a file
unspeaker ad2d7c38b1
Some checks are pending
/ build (push) Waiting to run
fix(dsl): take some more ownership
why implement Dsl for &Dsl otherwise?
2025-09-02 22:38:50 +03:00
.forgejo/workflows edn -> dsl 2025-03-15 16:49:26 +02:00
core dsl: refactor with eyes closed 2025-08-22 23:15:38 +03:00
dsl fix(dsl): take some more ownership 2025-09-02 22:38:50 +03:00
editor wip: mrr 2025-07-14 22:22:45 +03:00
input feat(input): add def_command 2025-08-23 23:19:39 +03:00
output output: remodularize 2025-09-02 22:36:34 +03:00
proc fix(proc): Command self type 2025-08-23 23:19:23 +03:00
tengri input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
tui input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
.gitignore tabula rasa 2025-03-02 14:31:04 +02:00
Cargo.lock update lockfile 2025-08-30 03:56:25 +03:00
Cargo.toml input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
Justfile wip: updating tests 2025-06-12 21:56:59 +03:00
LICENSE add license 2025-03-24 03:18:58 +02:00
README.md tek_ -> tengri_; reset to v0.1.0; add root reexporter package 2025-03-14 23:39:31 +02:00
shell.nix fix warnings; 27.2% cov 2025-03-04 01:03:13 +02:00
tengri.svg dsl: refactor with eyes closed 2025-08-22 23:15:38 +03:00

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.