1
0
Fork 0
A very simple ECS system for C#
Go to file
Sage Vaillancourt 50d1ee6035 More strongly-typed Filters
Requires some very repetitive constructs (no variable-count generics) but simplifies filter iteration for the simplest cases.
2025-03-25 15:49:18 -04:00
src More strongly-typed Filters 2025-03-25 15:49:18 -04: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 remove Platforms directive from csproj 2024-01-18 15:58:17 -08:00
README.md readme stub 2022-03-04 18:03:26 -08:00

README.md

MoonTools.ECS

A very simple ECS system.