Skip to main content

Crate parley_ratatui

Crate parley_ratatui 

Source
Expand description

A Ratatui backend that renders through Parley and Vello.

ParleyBackend records Ratatui’s cell updates in memory. TerminalRenderer turns that buffer into a Vello scene and can render the scene into any compatible wgpu::Texture.

Re-exports§

pub use ratatui;
pub use vello;

Structs§

AsyncTextureReadback
Pipelined texture readback state for CPU-owned image bridges.
BundledFont
Font bytes bundled by the application.
FontOptions
FontStack
Font selection for terminal text.
GpuRenderer
ParleyBackend
Rgba
TerminalRenderer
TextMetrics
TextureReadback
Reusable blocking texture readback state.
TextureTarget
Theme

Enums§

FontSource
A font specified either by installed family name or bundled bytes.
RenderError