alecs.Godot
0.1.2-dev-2-g5e2a47f
dotnet add package alecs.Godot --version 0.1.2-dev-2-g5e2a47f
NuGet\Install-Package alecs.Godot -Version 0.1.2-dev-2-g5e2a47f
<PackageReference Include="alecs.Godot" Version="0.1.2-dev-2-g5e2a47f" />
paket add alecs.Godot --version 0.1.2-dev-2-g5e2a47f
#r "nuget: alecs.Godot, 0.1.2-dev-2-g5e2a47f"
// Install alecs.Godot as a Cake Addin #addin nuget:?package=alecs.Godot&version=0.1.2-dev-2-g5e2a47f&prerelease // Install alecs.Godot as a Cake Tool #tool nuget:?package=alecs.Godot&version=0.1.2-dev-2-g5e2a47f&prerelease
alecs
A fairly opinionated dotnet Entity Component System (ECS) framework.
Built with godot in mind, though should be okay elsewhere. I'm building this in conjunction with a game project, so this is nowhere near stable yet, and will be subject to sweeping changes as I evolve it for my purposes.
Currently:
- dotnet 7 / csharp11
- language preview features are required for static interfaces
- C# code generation
Note: there has not been a lot of performance testing yet. There is no intention to support insane numbers of entities, the focus is instead on development experience.
Docs on the way eventually, along with a demo.
Assemblies
alecs.Core
Main ECS interfaces to manage Entities, Components and Worlds.
alecs.Core.Analyzers
C# Source Generators to build boilerplate for IComponents and IComponentTypeIds.
alecs.Systems.Core
Basic Systems
alecs.Godot
Components and Systems for use in Godot. Mostly Node spawning and tracking for entities.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net7.0
- alecs.Core (>= 0.1.2-dev-2-g5e2a47f)
- alecs.Systems.Core (>= 0.1.2-dev-2-g5e2a47f)
- GodotSharp (>= 4.1.0-dev.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.2-dev-2-g5e2a47f | 91 | 4/30/2023 |
0.1.2-dev-1-g1aef20d | 91 | 4/24/2023 |
0.1.1-dev-6-g7112b13 | 99 | 4/2/2023 |
0.1.1-dev-5-gb78e8a1 | 93 | 4/2/2023 |