docs: GIF del ejemplo counter en el README

This commit is contained in:
2026-06-04 10:54:40 +00:00
parent e65e9cc623
commit dd126bad60
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -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.
<p align="center">
<img src="docs/counter.gif" alt="counter example — the full Elm loop in ~124 LOC" width="480">
<br>
<sub><code>cargo run -p llimphi-ui --example counter</code></sub>
</p>
**Usage manual:** [MANUAL.md](MANUAL.md) — full reference (Elm loop, `View<Msg>` 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.**
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB