A very simple ECS system.
Go to file
cosmonaut d7e795309f Entity Iteration Rework (#1)
Filters are now the canonical way to look up Entities. The only exception is the new GetSingletonEntity.
2022-04-03 21:46:52 +00:00
src Entity Iteration Rework (#1) 2022-04-03 21:46:52 +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 initial commit 2022-03-04 18:01:44 -08:00
README.md readme stub 2022-03-04 18:03:26 -08:00

README.md

MoonTools.ECS

A very simple ECS system.