motionloom 0.1.0

MotionLoom DSL parser and renderer for video effects, scene graphs, motion graphics, and world graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod backend;
pub mod compile;
pub mod composition;
pub mod domain;
pub mod drawable;
pub mod dsl;
pub mod error;
pub mod model;
pub mod preview_surface;
pub mod render;
pub mod resource;
pub mod spatial;
pub mod text;
pub mod timeline;