pub fn sim_tick(state: &mut GameState, geom: &SimGeometry)Expand description
Run the platform-agnostic body of one sim tick: state updates + ambient
spawn helpers. Save scheduling and demo-driver autopilot are the
caller’s concern (they live in app.rs::sim_loop on native).