dreamwell_matter/lib.rs
1// DreamMatter benchmark library — SDK scene loader, config, state machine, and stats.
2// Scene loader requires dreamwell-engine for .dream file format.
3// No GPU dependency — safe to test without a device.
4
5pub mod avatar_controller;
6pub mod avatar_demo;
7pub mod benchmark;
8pub mod config;
9pub mod follow_camera;
10pub mod poi_system;
11pub mod scene_loader;
12pub mod stats;