14 releases (1 stable)

9.3.2 Apr 29, 2024
0.2.2 Mar 28, 2024
0.1.9 Mar 28, 2024
0.1.3 Feb 28, 2024

#318 in Game dev

Download history 118/week @ 2024-02-21 251/week @ 2024-02-28 446/week @ 2024-03-06 22/week @ 2024-03-13 452/week @ 2024-03-27 85/week @ 2024-04-03 125/week @ 2024-04-24 31/week @ 2024-05-01

156 downloads per month

MIT/Apache

37KB
761 lines

bevy_ratatui

Crates.io Documentation License Downloads Rust

THIS IS DEPRECATED USE MY OTHER CRATE ratframe or on github ratatui_egui_wasm

it can be combined with bevy_egui to create a much better experience than with this old crate

https://github.com/gold-silver-copper/ratatui_egui_wasm

https://github.com/gold-silver-copper/ratatui_egui_wasm

https://github.com/gold-silver-copper/ratatui_egui_wasm

This crate provides an Ratatui integration for the Bevy game engine. 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. PLEASE LOOK AT THE EXAMPLES FOLDER

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 0.1 0.2

Dependencies

~49–89MB
~1.5M SLoC