termix

Crates.iotermix
lib.rstermix
version0.0.3
sourcesrc
created_at2023-01-15 09:54:15.474807
updated_at2023-01-29 04:40:34.059074
descriptionTUI framework inspired by bubbletea.
homepagehttps://github.com/kbwo/termix
repositoryhttps://github.com/kbwo/termix
max_upload_size
id759345
size58,606
Kodai Kabasawa (kbwo)

documentation

README

Termix is a framework for building TUI application inspired by bubbletea. Termix's interfaces are very similar to it.

See example

cargo run --example <simple | views>

WIP

  • Mouse support
  • Some useful plugins
  • More customizable interface
  • Windows support and more

References

Termix borrows ideas from lots of other projects:

  • bubbletea
    • Architecture and interface inspiration.
    • How to render.
  • tuikit
    • How to enter the raw mode.
    • Part of the keycode parsing logic.
    • Also inspired by termion, rustyline.
Commit count: 5

cargo fmt