/bracket_ratatui

bracket-lib meets ratatui

Primary LanguageRust

bracket_ratatui

Crates.io Documentation License Downloads Rust

This crate provides an Ratatui integration for bracket-lib , a roguelike and terminal library for rust. Very WIP, bracket-lib is currently unmaintained and does not support all the features needed for a good ratatui integration. But this is a good proof of concept.

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