orber 0.2.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
11
12
13
// 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 aquarelle;
pub mod background;
pub mod cluster;
pub mod orb;
pub mod output_mode;
pub mod style;
pub mod variations;
pub mod video;