RJ / bevy_timewarp

A rollback library that buffers component state. Useful for netcode.
MIT License
38 stars 3 forks source link

should timewarp control the clock? #6

Open RJ opened 1 year ago

RJ commented 1 year ago

should we increment the clock as part of timewarp sets? might be less error prone than letting the consumer do it.

however it might not be so easy to integrate with replicons ticks and other things.