Current TUI lib depends on external ncurses lib that should be installed. It also has some problems:
- Cross-compilation fails (even with zig)
- MacOS crashing on mouse clicks
- Windows is crashing on 1st run
Ratatui has big support at Rust community, has more features and has no external dependencies: https://github.com/ratatui/ratatui
Current TUI lib depends on external
ncurseslib that should be installed. It also has some problems:Ratatui has big support at Rust community, has more features and has no external dependencies: https://github.com/ratatui/ratatui