![]() |
VOOZH | about |
dotnet add package RoguelikeToolkit.Entities --version 4.0.21
NuGet\Install-Package RoguelikeToolkit.Entities -Version 4.0.21
<PackageReference Include="RoguelikeToolkit.Entities" Version="4.0.21" />
<PackageVersion Include="RoguelikeToolkit.Entities" Version="4.0.21" />Directory.Packages.props
<PackageReference Include="RoguelikeToolkit.Entities" />Project file
paket add RoguelikeToolkit.Entities --version 4.0.21
#r "nuget: RoguelikeToolkit.Entities, 4.0.21"
#:package RoguelikeToolkit.Entities@4.0.21
#addin nuget:?package=RoguelikeToolkit.Entities&version=4.0.21Install as a Cake Addin
#tool nuget:?package=RoguelikeToolkit.Entities&version=4.0.21Install as a Cake Tool
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 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.21 | 305 | 1/5/2025 |
| 4.0.20 | 277 | 1/4/2025 |
| 4.0.17 | 310 | 4/25/2024 |
| 4.0.10 | 495 | 1/14/2023 |
| 4.0.6 | 583 | 9/25/2022 |
| 4.0.4 | 618 | 9/14/2022 |
| 4.0.1 | 621 | 9/14/2022 |
| 3.0.0 | 662 | 4/1/2022 |
| 2.2.0 | 582 | 9/25/2021 |
| 2.1.4 | 653 | 9/19/2021 |
| 2.1.3 | 601 | 9/18/2021 |
| 2.1.2 | 537 | 9/1/2021 |
| 2.1.1 | 554 | 8/31/2021 |
| 2.0.10 | 500 | 8/31/2021 |
| 2.0.9 | 545 | 8/30/2021 |
| 2.0.8 | 529 | 8/30/2021 |
| 2.0.7 | 546 | 8/29/2021 |
| 2.0.6 | 530 | 8/29/2021 |
| 2.0.5 | 511 | 8/29/2021 |
| 2.0.4 | 582 | 8/29/2021 |
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))*