Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Info
Version: | 0.18.0-beta01 |
Author(s): | Paillat Laszlo |
Last Update: | Monday, April 17, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/Doraku/DefaultEcs |
NuGet Url: | https://www.nuget.org/packages/DefaultEcs |
Install
Install-Package DefaultEcs
dotnet add package DefaultEcs
paket add DefaultEcs
DefaultEcs Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- NETStandard.Library(>= 1.6.1)
- System.Memory(>= 4.5.4)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
- System.ValueTuple(>= 4.5.0)
- System.Memory(>= 4.5.4)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
No dependencies.
Tags