Crate bevy_terminal_display

Source
Expand description

Bevy plugin which allows a camera to render to a terminal window.

Re-exports§

pub use crossterm;
pub use ratatui;

Modules§

display
Functions and types related to capture and display of world to terminal
input
Functions and types related to capturing and processing user keyboard input
widgets
Functions and types related to constructing and rendering TUI widgets

Structs§

TerminalDisplayPlugin
Plugin providing terminal display functionality