#rogue-like #ratatui #terminal #brackets #bracket-lib

bracket_ratatui

Ratatui in bracket-lib !! See examples

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

#2 in #brackets

21 downloads per month

MIT/Apache

1.5MB
195 lines

bracket_ratatui

Crates.io Documentation License Downloads Rust

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:

https://github.com/ratatui-org/awesome-ratatui

Dependencies

~15–24MB
~243K SLoC