Skip to content

Fractural/GodotSveltoECS

Repository files navigation

Godot Svelto ECS ⚒️

Deploy Unit Tests

ECS framework in Godot C# that wraps around Svelto.ECS.

Installation

  1. Add FracturalECS and FracturalCommons to the addons folder
  2. Edit your project's .csproj file to look like this
<Project>

...

  <!-- Required for FracturalECS  -->
  <PropertyGroup>
	  <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
  </ItemGroup>
  <!-- Required for FracturalECS  -->

...

</Project>

About

Svelto.ECS in Godot ⚒️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published