iShape-Swift / iFixBox

Deterministic 2d physics
MIT License
0 stars 0 forks source link

Do you use it for Multiplayer Game? #1

Closed voody2506 closed 3 weeks ago

NailxSharipov commented 1 month ago

Hi! It was a plan. But right now it's only a prototype. You can see it at git@github.com:iShape-Swift/FixBoxApp.git

https://github.com/user-attachments/assets/52a82b83-16e7-4b44-9745-593bd74acd78

voody2506 commented 1 month ago

Amazing. Are you plan to use GodoSwift with Rollback netcode?

NailxSharipov commented 1 month ago

Yes, exactly. The determinism is necessary if we wish client do all simulations alone and only sync events (not states) with server and rollback and re-simulation if necessary.