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
15
pub mod adapters;
pub mod cpu_effects;
pub mod cpu_renderer;
pub mod dsl;
pub mod effect;
pub mod effect_kind;
pub mod error;
pub mod graph;
pub mod model;
pub mod parser;
pub mod pass;
pub mod process_catalog;
pub mod runtime;
#[cfg(target_arch = "wasm32")]
pub mod wasm_webgpu;