Design Documentation
This directory contains detailed design documents for the ratatui_ruby project.
-
Rust Backend Design: Details on the internal architecture of the Rust extension (
ext/ratatui_ruby), including module structure, rendering pipeline, and widget implementation guide. -
Ruby Frontend Design: Explains the Data-Driven UI, Immediate Mode paradigm, and the View Tree structure.