Crate bevy_ratatui_render

Source

Structs§

RatatuiRenderContext
Resource containing a bevy camera render target and an image that will be updated each frame with the results of whatever is rendered to that target.
RatatuiRenderPlugin
Sets up headless rendering and makes the RatatuiRenderContext resource available to use in your camera and ratatui draw loop.
RatatuiRenderWidget

Type Aliases§

AutoresizeConversionFn
Function that converts terminal dimensions to render texture dimensions.