retroglyph-widgets
Immediate-mode drawing helpers for retroglyph: box
borders, filled panels, gauges, tables, sparklines, and a small constraint-based layout splitter
(split_h/split_v with ratatui-style Fixed/Percent/Fill/Min/Max constraints), plus
hover/click/drag/focus interaction tracking. Every widget is a builder struct that draws itself into
a Terminal and retains no state of its own; depends only on
retroglyph-core, so games that draw manually never
pull it in.
See docs.rs for the full API, or the workspace README for the crate list.