Commit Graph

2 Commits (3b1dafdebdb8fbe3e4617312dd90a452378b3af8)

Author SHA1 Message Date
cosmonaut 3b1dafdebd file-scoped namespaces + formatting 2023-11-20 23:13:04 -08:00
cosmonaut 4ef7cb4302 Determinism fixes (#5)
- Making sure that transferring from one world to another and back preserves original order of filters and relations
- Provides a MoonTools.ECS.Random class
- MoonTools.ECS.RandomManager class can be used to synchronize your Random instance with the ECS randomness
- Refactors some collections to use NativeMemory for performance and to ensure memory safety on world transfer
- Exposes some internal collections to public

Reviewed-on: #5
2023-10-13 20:42:22 +00:00