A very simple ECS system.
Go to file
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
src Determinism fixes (#5) 2023-10-13 20:42:22 +00:00
.editorconfig initial commit 2022-03-04 18:01:44 -08:00
.gitignore initial commit 2022-03-04 18:01:44 -08:00
LICENSE.txt add license 2023-05-22 11:22:39 -07:00
MoonTools.ECS.csproj fix garbage in FilterSignature.Equals 2023-04-05 12:08:24 -07:00
README.md readme stub 2022-03-04 18:03:26 -08:00

README.md

MoonTools.ECS

A very simple ECS system.