Skip to main content

Module scene_evaluator

Module scene_evaluator 

Source
Expand description

Scene evaluation driver (lightweight session, no ECS). A lightweight session driver for scene evaluation (no ECS).

The SceneEvaluator owns the lowered animation cells and drives them along a fixed logic grid:

This is the M1 runtime: self-contained iterative animations work without ECS. See docs/design notes for the surrounding design.

Structs§

SceneEvaluator
Lightweight scene evaluation session.

Type Aliases§

EvaluatedFrame
A reusable frame-local output buffer of ((animation_id, part), CoreItem).