4 releases
0.1.3 | Mar 2, 2024 |
---|---|
0.1.2 | Mar 2, 2024 |
0.1.1 | Mar 2, 2024 |
0.1.0 | Mar 2, 2024 |
#325 in Games
1.5MB
195 lines
bracket_ratatui
This crate provides an Ratatui integration for bracket-lib , a roguelike and terminal library for rust. This is my first rust contribution so please help with pull requests, and be aware that it's a bit buggy and unoptimized :D Breaking changes are quite likely in the near future.
Dependencies
Just bracket and ratatui
Usage
See the examples hello_bracket and demo (demo currently uses some weird unsafe stuff so its not very good to learn from)
cargo run --example hello_bracket --release
cargo run --example demo --release
See also
For extra widgets:
Dependencies
~16–25MB
~259K SLoC