Files
Sergio 93253cc227 chore: refresco desde el monorepo — 27 crates nuevos (anim, lottie, svg, mesh, image, layer, test, wire-view, widgets rag-sidebar/router/lazy-list/rive-button) y sync de los 95 existentes
Regenerado con scripts/actualizar-standalone.py --llimphi. Vendoriza además
shared/{foreign-lottie,grafo}. Quedan fuera los crates acoplados al workspace
madre (wasm-*, video-plane, voxel-app/studio, allichay, plugin-host, shuma-term).
cargo check --workspace verde (112 miembros).
2026-07-25 20:57:22 +00:00

770 B

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.