diff --git a/README.md b/README.md index b038ede..07ffde5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ `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. +

+ counter example — the full Elm loop in ~124 LOC +
+ cargo run -p llimphi-ui --example counter +

+ **Usage manual:** [MANUAL.md](MANUAL.md) — full reference (Elm loop, `View` DSL, the ~44 widgets and 10 modules, GPU path, gotchas) for humans and AI. Design rationale and roadmap: [SDD.md](SDD.md). Philosophy: **widgets aren't designed against mockups; they're designed with what `vello` and `taffy` can do.** diff --git a/docs/counter.gif b/docs/counter.gif new file mode 100644 index 0000000..1078db9 Binary files /dev/null and b/docs/counter.gif differ