Files
Sergio d251eb32b6 chore: refresco desde el monorepo — vello 0.9 / wgpu 29, 120 miembros
El repo publico se habia quedado en julio: el README anunciaba vello 0.7 +
wgpu 27 (dos bumps atras) y faltaban los crates del ultimo mes.

- refresco con scripts/actualizar-standalone.py --llimphi (cargo check OK)
- llegan llimphi-cpu, llimphi-hybrid, llimphi-glifos y llimphi-wire-escena:
  los cuatro caminos a pixeles con un solo compositor
- MANUAL.md / SDD.md / LEEME.md sincronizados con el monorepo
- README: versiones al dia, install por crates.io (cargo add llimphi),
  seccion "beyond the 2D widget kit" y el indice de crates que apuntaba
  al propio README ahora apunta a MANUAL.md §19
2026-08-06 17:26:11 +00:00
..

llimphi-anim-studio

The library of the "rive" animation studio: the serializable documents the editor authors — the state graph (doc::Doc) and the skeletal rig (rig::RigDoc) — plus the Project that joins them into the .ron that is saved and read.

These types used to live inside the editor's binary; exposing them as a library lets other consumers load the same format without duplicating the structs. The first is mirada-fondo, which plays a project as a background (splash/greeter/wallpaper): it bakes the deformed rig to frames and blits them. The editor (main.rs) is now just one more frontend over this library.

Use

cargo run --release -p llimphi-anim-studio

Part of llimphi — see llimphi.