Skip to content

Latest commit

 

History

History
13 lines (5 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (5 loc) · 563 Bytes

Fixed Physics

Made for Deterministic Lockstep, but specifically for Rollback Netcode in fighting games.

Uses fixed, fixed_sqrt, the rust std libary and more.

Based on how I imagine skullgirls collision works, as well as rivals of aether.

Right now, we are restricted to AABB 2d box style collision with no rotation, because that is the simplest to make. Once I'm able to prove that rollback works using this library and the Bevy engine, then I'll start adding in new features.