rusvid Write and render svg-animations with Rust ✨ (no gui or cli, under active development) Dependencies Ffmpeg in path rustc 1.63.0-nightly Examples Look into /examples folder an run with cargo run --package $NAME (e.g cargo run --package simple_animation to run the simple animation example) It is recommended to always run the program in release-mode. List of all rusvid crates Name Description rusvid_lib Re-exports all crates and clues them together. 🪡 rusvid_core Core library for rusvid_lib with common structs and types. rusvid_effect Can apply an effect on a rusvid_core::plane::Plane and exports some predefined effects. rusvid_video_encoder To create a mp4-video out of rusvid_core::plane::Plane's.