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
//! Convenience prelude for common MotionLoom integrations.

pub use crate::{
    GraphParseError, GraphScript, MotionLoomError, SceneRenderProfile, SceneRenderer,
    compile_runtime_program, inspect_gpu_compatibility, parse_graph_script,
    parse_process_graph_script, process_effect_for_id, process_effects, render_scene_graph_frame,
};