Rust Bevy Fixed Step Physics
Design and review Bevy fixed-step 2D physics loops with velocity components, deterministic movement, collision prediction, interpolation, impulses, and tweened presentation. Use when movement depends on frame rate, collision misses appear at high speed, physics and animation are tangled, or Bevy gameplay needs stable simulation steps.
Rustv0.1.0MITrustbevygamedevphysicssimulation
Install
npx skills add LVTD-LLC/skills --skill rust-bevy-fixed-step-physicsFrom `SKILL.md`
Use this skill to separate deterministic simulation from frame-rate-dependent presentation in Bevy games.