rustmotion 0.5.0

A CLI tool that renders motion design videos from JSON scenarios. No browser, no Node.js — just a single Rust binary.
1
2
3
4
5
6
7
8
pub mod animator;
pub mod codeblock;
pub mod render_v2;
pub mod renderer;
pub mod transition;
pub mod world;

pub use renderer::*;