bevy_ratatui 0.1.3

Ratatui in bevy !! See examples .
Documentation

bevy_ratatui

Crates.io Documentation License Downloads Rust

This crate provides an Ratatui integration for the Bevy game engine. 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.

Trying out:

An example WASM project is live at https://gold-silver-copper.github.io/

Features:

  • Desktop and web platforms support

Dependencies

Just bevy and ratatui

Usage

See the examples hello_bevy and demo (demo currently uses some weird unsafe stuff so its not very good to learn from)

cargo run --example hello_bevy --release cargo run --example demo --release

See also

For extra widgets:

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

Bevy support table

Note: if you're looking for a bevy_ratatui version that supports main branch of Bevy, check out open PRs, there's a great chance we've already started working on the future Bevy release support.

bevy bevy_ratatui
0.13 0.1