bracket_ratatui 0.1.3

Ratatui in bracket-lib !! See examples .
Documentation

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