Skip to content

A Rust Fixed Physics library for all of your deterministic lockstep needs

License

Notifications You must be signed in to change notification settings

ValorZard/FixedPhysics.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust Fixed Physics library for all of your deterministic lockstep needs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages