rusvid_core

Crates.iorusvid_core
lib.rsrusvid_core
version0.2.1
sourcesrc
created_at2023-03-07 13:58:07.807439
updated_at2023-03-09 10:08:20.421807
descriptionCore library for rusvid
homepage
repositoryhttps://github.com/LetsMelon/rusvid
max_upload_size
id803604
size2,404,542
Domenic Melcher (LetsMelon)

documentation

https://docs.rs/rusvid_core/

README

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.

Commit count: 576

cargo fmt