rusvid_video_encoder 0.2.0

Core library for rusvid
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.