bevy_ratatui 0.1.5

Ratatui in bevy !! See examples .
docs.rs failed to build bevy_ratatui-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bevy_ratatui-0.11.1

bevy_ratatui

Crates.io Documentation License Downloads Rust

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.

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