experimental SVG-based video rendering engine made for music videos. React to MIDI or arbitrary signals from your DAW through "probe" VSTs
at main 262 B view raw
1pub mod canvas; 2pub mod fill; 3pub mod filter; 4pub mod fonts; 5pub mod layer; 6pub mod objects; 7pub mod rasterization; 8pub mod renderable; 9pub mod shapes; 10pub mod svg; 11pub mod transform; 12 13pub use renderable::{CSSRenderable, SVGAttributesRenderable, SVGRenderable};