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
Tuikit
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.