kbwo / termix

[WIP] TUI framework inspired by bubbletea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[WIP] TUI framework inspired by bubbletea

License:Other


Languages

Language:Rust 100.0%