RoguelikeToolkit.Entities
4.0.6
See the version list below for details.
dotnet add package RoguelikeToolkit.Entities --version 4.0.6
NuGet\Install-Package RoguelikeToolkit.Entities -Version 4.0.6
<PackageReference Include="RoguelikeToolkit.Entities" Version="4.0.6" />
paket add RoguelikeToolkit.Entities --version 4.0.6
#r "nuget: RoguelikeToolkit.Entities, 4.0.6"
// Install RoguelikeToolkit.Entities as a Cake Addin #addin nuget:?package=RoguelikeToolkit.Entities&version=4.0.6 // Install RoguelikeToolkit.Entities as a Cake Tool #tool nuget:?package=RoguelikeToolkit.Entities&version=4.0.6
RoguelikeTools.Entities
This is a library to allow resolve entity templates for Entity Component System in a similar way Ultimate Adom is doing.
Supports entity template inheritance and creation of entity hierarchies.
It is using the awesome DefaultEcs library to construct the entities.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
-
net6.0
- DefaultEcs (>= 0.17.2)
- deniszykov.TypeConversion (>= 3.0.6)
- fasterflect (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 6.0.9)
- ObjectTreeWalker (>= 0.7.0)
- RoguelikeToolkit.Dice (>= 1.0.4)
- RoguelikeToolkit.Scripts (>= 0.3.0)
- YamlDotNet (>= 12.0.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 |
---|---|---|
4.0.17 | 124 | 4/25/2024 |
4.0.10 | 330 | 1/14/2023 |
4.0.6 | 415 | 9/25/2022 |
4.0.4 | 449 | 9/14/2022 |
4.0.1 | 454 | 9/14/2022 |
3.0.0 | 477 | 4/1/2022 |
2.2.0 | 373 | 9/25/2021 |
2.1.4 | 460 | 9/19/2021 |
2.1.3 | 397 | 9/18/2021 |
2.1.2 | 354 | 9/1/2021 |
2.1.1 | 358 | 8/31/2021 |
2.0.10 | 317 | 8/31/2021 |
2.0.9 | 329 | 8/30/2021 |
2.0.8 | 318 | 8/30/2021 |
2.0.7 | 354 | 8/29/2021 |
2.0.6 | 318 | 8/29/2021 |
2.0.5 | 324 | 8/29/2021 |
2.0.4 | 366 | 8/29/2021 |
2.0.2 | 327 | 8/28/2021 |
2.0.0 | 313 | 8/28/2021 |
1.1.9 | 446 | 8/25/2021 |
1.1.7 | 326 | 8/25/2021 |
1.0.6 | 2,029 | 1/17/2021 |
1.0.3 | 543 | 1/9/2020 |
1.0.2 | 504 | 1/9/2020 |
1.0.1 | 595 | 1/6/2020 |
1.0.0 | 544 | 1/6/2020 |
Changes since version v4.0.3.0
:bug: Bug Fixes:
- [`5520875`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/5520875fbf97d192213ecb5ead4baaf4450ef710) - silly SILLY mistake in CI flow *(commit by [@myarichuk](https://github.com/myarichuk))*