RoguelikeToolkit.Entities
4.0.17
dotnet add package RoguelikeToolkit.Entities --version 4.0.17
NuGet\Install-Package RoguelikeToolkit.Entities -Version 4.0.17
<PackageReference Include="RoguelikeToolkit.Entities" Version="4.0.17" />
paket add RoguelikeToolkit.Entities --version 4.0.17
#r "nuget: RoguelikeToolkit.Entities, 4.0.17"
// Install RoguelikeToolkit.Entities as a Cake Addin #addin nuget:?package=RoguelikeToolkit.Entities&version=4.0.17 // Install RoguelikeToolkit.Entities as a Cake Tool #tool nuget:?package=RoguelikeToolkit.Entities&version=4.0.17
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.2.3)
- fasterflect (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 8.0.4)
- ObjectTreeWalker (>= 0.11.1)
- RoguelikeToolkit.Dice (>= 1.0.4)
- RoguelikeToolkit.Scripts (>= 0.3.0)
- YamlDotNet (>= 15.1.2)
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 | 122 | 4/25/2024 |
4.0.10 | 328 | 1/14/2023 |
4.0.6 | 413 | 9/25/2022 |
4.0.4 | 447 | 9/14/2022 |
4.0.1 | 452 | 9/14/2022 |
3.0.0 | 475 | 4/1/2022 |
2.2.0 | 371 | 9/25/2021 |
2.1.4 | 458 | 9/19/2021 |
2.1.3 | 395 | 9/18/2021 |
2.1.2 | 352 | 9/1/2021 |
2.1.1 | 356 | 8/31/2021 |
2.0.10 | 315 | 8/31/2021 |
2.0.9 | 327 | 8/30/2021 |
2.0.8 | 316 | 8/30/2021 |
2.0.7 | 352 | 8/29/2021 |
2.0.6 | 316 | 8/29/2021 |
2.0.5 | 322 | 8/29/2021 |
2.0.4 | 364 | 8/29/2021 |
2.0.2 | 325 | 8/28/2021 |
2.0.0 | 311 | 8/28/2021 |
1.1.9 | 444 | 8/25/2021 |
1.1.7 | 324 | 8/25/2021 |
1.0.6 | 2,027 | 1/17/2021 |
1.0.3 | 541 | 1/9/2020 |
1.0.2 | 502 | 1/9/2020 |
1.0.1 | 593 | 1/6/2020 |
1.0.0 | 542 | 1/6/2020 |
Changes since version v4.0.4.0
:recycle: Refactors:
- [`5829d41`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/5829d410a51d148d1d4ae59c10ecfc3f453e97b1) - refactor ComponentFactory for code quality *(commit by [@myarichuk](https://github.com/myarichuk))*
- [`4a291da`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/4a291dab38e57d9cab2879bfb88555eb1983b546) - dotnet-format + some warning handling *(commit by [@myarichuk](https://github.com/myarichuk))*
- [`9039e65`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/9039e6565305a444101be4f05ba7267258bf023f) - better component setting code flow (less "god class") *(commit by [@myarichuk](https://github.com/myarichuk))*
- [`bd48184`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/bd481848d93a46c15dcef261c2c5afeccbfb245a) - some more code quality for Entity Factory *(commit by [@myarichuk](https://github.com/myarichuk))*
:wrench: Chores:
- [`3d17513`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/3d17513ba25a3b26601b9c38482187a12f437570) - update company, author, etc *(commit by [@myarichuk](https://github.com/myarichuk))*
- [`c6efc15`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/c6efc150886c5c797991059d49ec14282bf18516) - adjust global.json *(commit by [@myarichuk](https://github.com/myarichuk))*
- [`0069841`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/0069841dc49b1127292e40f804efab41f21071a0) - make sure readme is in published nuget package *(commit by [@myarichuk](https://github.com/myarichuk))*
- [`2d2f3d4`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/2d2f3d48f1527fb33ba52e4f782ff9484f4251cb) - code quality for EntityInheritanceResolver *(commit by [@myarichuk](https://github.com/myarichuk))*