No description
This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
D. Moonfire 8c09b47132
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
ci(woodpecker-ci): updating events to include manual
2023-01-15 12:53:50 -06:00
.config build: preparing project layout 2022-09-05 23:03:00 -05:00
docs
scripts build: preparing project layout 2022-09-05 23:03:00 -05:00
src feat(entity): added SetAll() which takes a params list 2023-01-14 17:13:01 -06:00
tests feat(entity): added SetAll() which takes a params list 2023-01-14 17:13:01 -06:00
.editorconfig
.envrc
.gitignore build: preparing project layout 2022-09-05 23:03:00 -05:00
.prettierignore fix(template): cleaning up prettier 2022-09-05 23:03:42 -05:00
.woodpecker.yml ci(woodpecker-ci): updating events to include manual 2023-01-15 12:53:50 -06:00
BUILDING.md
CODE-OF-CONDUCT.md
flake.lock
flake.nix
GitVersion.yml
lefthook.yml
LICENSE.md
LICENSE.txt
mfgames-project.json
MfGames.Gallium.sln feat!: switching namespaces 2022-09-06 00:20:05 -05:00
MfGames.Gallium.sln.DotSettings feat!: switching namespaces 2022-09-06 00:20:05 -05:00
NuGet.Config build: preparing project layout 2022-09-05 23:03:00 -05:00
README.md docs: updating read me 2022-09-06 00:22:53 -05:00

MfGames.Gallium for C#

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