dreamwell-matter 1.0.0

DreamMatter benchmark — GPU physics materialization demo and profiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// DreamMatter benchmark library — SDK scene loader, config, state machine, and stats.
// Scene loader requires dreamwell-engine for .dream file format.
// No GPU dependency — safe to test without a device.

pub mod avatar_controller;
pub mod avatar_demo;
pub mod benchmark;
pub mod config;
pub mod follow_camera;
pub mod poi_system;
pub mod scene_loader;
pub mod stats;