-
-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Can Flecs support Lockstep network synchronization? I've noticed the use of some floating-point numbers in the systems, which is unacceptable for deterministic calculations.
The Lockstep scheme needs to synchronize an initial world state to the client. Can Flecs serialize the state of the world into binary and then deserialize it on another end? What solutions can ensure that the deserialized result is consistent with the server's state, such as the order of components and the execution order of systems?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request