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
//! Scene render backends.
//!
//! Owns GPU execution, CPU compatibility rendering, encoding/readback, and
//! backend-specific shader assets. Backend code consumes compiled scene plans;
//! it should not expand DSL semantics directly long term.

pub(crate) mod encoding;
pub(crate) mod gpu;
pub(crate) mod sizing;