Skip to main content

Module replay_ops

Module replay_ops 

Source
Expand description

Replay ops: serialize/deserialize physics state for snapshot-replay testing.

Provides #[op2] ops that serialize the physics world state to a flat f64 array and restore it. This enables deterministic replay of physics simulations.

Structsยง

replay_ext
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime: