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.
Go to file
D. Moonfire 8c09b47132
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
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 build: removing commitlint 2022-09-05 23:02:36 -05:00
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 build: removing commitlint 2022-09-05 23:02:36 -05:00
.envrc build: removing commitlint 2022-09-05 23:02:36 -05:00
.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 refactor: cleaning up code 2022-07-07 23:29:51 -05:00
CODE-OF-CONDUCT.md feat: initial commit 2022-09-05 16:41:27 -05:00
GitVersion.yml build: refactored to match Nitride setup 2022-07-07 23:28:38 -05:00
LICENSE.md build: refactored to match Nitride setup 2022-07-07 23:28:38 -05:00
LICENSE.txt feat: initial commit 2022-09-05 16:41:27 -05:00
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
flake.lock build: removing commitlint 2022-09-05 23:02:36 -05:00
flake.nix build: removing commitlint 2022-09-05 23:02:36 -05:00
lefthook.yml build: removing commitlint 2022-09-05 23:02:36 -05:00
mfgames-project.json build: removing commitlint 2022-09-05 23:02:36 -05:00

README.md

MfGames.Gallium for C#

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