shapemaker 1.1.1

An experimental WASM-capable, generative SVG-based video rendering engine that reacts to MIDI or audio data
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod canvas;
pub mod fill;
pub mod filter;
pub mod fonts;
pub mod layer;
pub mod objects;
pub mod renderable;
pub mod transform;

pub use renderable::{CSSRenderable, SVGAttributesRenderable, SVGRenderable};