Ralith / hecs

A handy ECS
Apache License 2.0
967 stars 82 forks source link

Determinism for Serialization #364

Open ZagButNoZig opened 8 months ago

ZagButNoZig commented 8 months ago

This a draft for making the serialization of a world deterministic by adding the necessary information to the serialization. It works by saving the free list and all the generations of all alive and de spawned entities.

TODOs