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" />
<PackageVersion Include="RoguelikeToolkit.Entities" Version="4.0.6" />
<PackageReference Include="RoguelikeToolkit.Entities" />
paket add RoguelikeToolkit.Entities --version 4.0.6
#r "nuget: RoguelikeToolkit.Entities, 4.0.6"
#:package RoguelikeToolkit.Entities@4.0.6
#addin nuget:?package=RoguelikeToolkit.Entities&version=4.0.6
#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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.21 | 234 | 1/5/2025 |
| 4.0.20 | 230 | 1/4/2025 |
| 4.0.17 | 262 | 4/25/2024 |
| 4.0.10 | 467 | 1/14/2023 |
| 4.0.6 | 552 | 9/25/2022 |
| 4.0.4 | 584 | 9/14/2022 |
| 4.0.1 | 586 | 9/14/2022 |
| 3.0.0 | 632 | 4/1/2022 |
| 2.2.0 | 552 | 9/25/2021 |
| 2.1.4 | 621 | 9/19/2021 |
| 2.1.3 | 566 | 9/18/2021 |
| 2.1.2 | 504 | 9/1/2021 |
| 2.1.1 | 517 | 8/31/2021 |
| 2.0.10 | 469 | 8/31/2021 |
| 2.0.9 | 513 | 8/30/2021 |
| 2.0.8 | 497 | 8/30/2021 |
| 2.0.7 | 506 | 8/29/2021 |
| 2.0.6 | 498 | 8/29/2021 |
| 2.0.5 | 480 | 8/29/2021 |
| 2.0.4 | 544 | 8/29/2021 |
| 2.0.2 | 497 | 8/28/2021 |
| 2.0.0 | 464 | 8/28/2021 |
| 1.1.9 | 599 | 8/25/2021 |
| 1.1.7 | 509 | 8/25/2021 |
| 1.0.6 | 2,222 | 1/17/2021 |
| 1.0.3 | 730 | 1/9/2020 |
| 1.0.2 | 703 | 1/9/2020 |
| 1.0.1 | 784 | 1/6/2020 |
| 1.0.0 | 757 | 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))*