A zero-dependency offline rendering engine in pure Rust — CPU path tracing, BVH acceleration, 16-band spectral rendering, PBR materials, animation & video export.
/// Heuristic AI manager used to derive runtime directives.
pubmodai_manager;/// Capability discovery exposed to AI clients.
pubmodcapabilities;/// Prompt-to-scene conversion helpers.
pubmodprompt;/// AI rendering facade.
pubmodrenderer;/// Public AI renderer entry point.
pubuseself::renderer::AiRenderer;