A very simple ECS system.
Go to file
cosmonaut 4d45d05618 World Transfer + Entity Tags (#4)
- removed Snapshot system
- Entities can now be transferred between Worlds along with their Components and Relations using a Filter
- Entities can now be given a string tag on creation
- Manipulators can update an Entity's string tag
2023-07-10 22:36:34 +00:00
src World Transfer + Entity Tags (#4) 2023-07-10 22:36:34 +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.