vize_fresco
vize_fresco is the terminal UI foundation used by Vize's TUI-oriented experiments.
Highlights
- Cross-platform terminal primitives
- Flexbox-style layout via
taffy - Render tree, buffer, and text measurement utilities
- Optional NAPI bindings through the
napifeature
Key Entry Points
BoxNode,TextNode,InputNodeLayoutEngine,FlexStyle,RectRenderTree,RenderNodeBackend,Buffer,Cursor
Related Crates
@vizejs/frescoand@vizejs/fresco-nativeexpose this crate to JavaScript consumers- The crate is independent from the Vue compiler pipeline, but lives in the same workspace
License
MIT