A very simple ECS system.
Go to file
cosmonaut b31120310c Eliminating dictionary lookups (#7)
Did some storage restructuring to avoid dictionary lookups. This should be a fairly significant speedup, particularly on the type lookups which now use a clever static generic lookup.

Reviewed-on: #7
2023-12-20 23:12:05 +00:00
src Eliminating dictionary lookups (#7) 2023-12-20 23:12:05 +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 .NET 8 2023-11-21 15:23:59 -08:00
README.md readme stub 2022-03-04 18:03:26 -08:00

README.md

MoonTools.ECS

A very simple ECS system.