A very simple ECS system.
Go to file
cosmonaut f69d132a5e Storage refactor, snapshot system, experimental template system (#3)
- Major storage refactor to improve performance and reduce garbage collection
- Snapshot system to facilitate rollback implementation
- Experimental template system to instantiate entities based on a template. Use at your own risk, this may change significantly or be removed!

Reviewed-on: #3
2023-01-10 00:41:00 +00:00
src Storage refactor, snapshot system, experimental template system (#3) 2023-01-10 00:41:00 +00:00
.editorconfig initial commit 2022-03-04 18:01:44 -08:00
.gitignore initial commit 2022-03-04 18:01:44 -08:00
MoonTools.ECS.csproj .NET 7 2022-11-30 10:03:30 -08:00
README.md readme stub 2022-03-04 18:03:26 -08:00

README.md

MoonTools.ECS

A very simple ECS system.