orber 0.1.0

Turn photos and videos into abstract orb mood images and short-form vertical videos
Documentation
1
2
3
4
5
6
7
8
9
10
// orber crate root.
// Modules will be added incrementally as features are implemented
// (color clustering, orb rendering, animation, video output, etc.).

pub mod animate;
pub mod cluster;
pub mod orb;
pub mod output_mode;
pub mod style;
pub mod video;