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).
770 B
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.