Library for drawing lottie animations, written in Rust.
fitz modifier and color replacements.cargo rustc --release --features c-api --lib --crate-type staticlib
# library will be built at target/release/libtlottie.a
# include headers are at include/tlottie.h
./examples/web/build.sh
# .wasm will be copied to examples/web/tlottie.wasm
Example on how to work with tlottie.wasm is at examples/web/.
Frame time, mainly compared to rlottie2019.
hashbrown library is taken as a substitute for hashmaps to avoid std in Rust. ↩