diff --git a/README.md b/README.md index 0c5e97e..c6c1e77 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ `llimphi` is a sovereign, retained-mode UI framework with an Elm-style loop (`input → update → view → layout → raster → present`). Declarative pipeline over `vello` + `wgpu` + `taffy` + `parley`, with `Dark/Light/Aurora/Sunset` themes and a multi-platform HAL (Wayland · X11 · Win32 · Android · Wawa bare-metal). It powers a full Rust application suite; this repository is the framework extracted to stand on its own. +
+
+
+ real widgets in motion — rendered headless, frame-by-frame, fully deterministic
+
- cargo run -p llimphi-ui --example counter
+ …and the entire Elm loop in ~124 LOC — cargo run -p llimphi-ui --example counter