mfgames-cil/src/MfGames.Gallium
2024-04-20 23:02:38 -05:00
..
Entity.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
JoinEntityExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
MfGames.Gallium.csproj fix: updating package dependencies 2024-04-20 23:02:38 -05:00
README.md docs: updating read mes 2023-07-11 08:03:46 -05:00
SelectComponentExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
SelectComponentOrDefaultExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
SelectEntityExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
SelectManyEntityExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
SplitEntityEnumerations.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
SplitEntityExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
WhereEntityExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
WhereEntityHasExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
WhereEntityNotHasExtensions.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00

MfGames.Gallium for C#

A small Entity-Component-System (ECS) that is built around LINQ calls and IEnumerable<Entity> objects.