Skip to content

kbwo/termix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

PoC of TUI framework inspired by bubbletea

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages