https://github.com/poeskilltree/poeskilltree.engine
The game model and build calculation engine used in PoESkillTree, available as a .NET Standard library
https://github.com/poeskilltree/poeskilltree.engine
c-sharp dotnet-standard path-of-exile pathofexile
Last synced: 6 months ago
JSON representation
The game model and build calculation engine used in PoESkillTree, available as a .NET Standard library
- Host: GitHub
- URL: https://github.com/poeskilltree/poeskilltree.engine
- Owner: PoESkillTree
- License: mit
- Created: 2019-06-24T20:31:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:56:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T15:14:28.263Z (6 months ago)
- Topics: c-sharp, dotnet-standard, path-of-exile, pathofexile
- Language: C#
- Homepage:
- Size: 12.4 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoESkillTree.Engine
[](https://www.nuget.org/packages/PoESkillTree.Engine/) [](https://ci.appveyor.com/project/PoESkillTree/poeskilltree-engine/branch/master) [](https://discord.gg/sC7cUHV)
This repository contains the game model and computation engine used for [PoESkillTree](https://github.com/PoESkillTree/PoESkillTree). For example usage, see [PoESkillTree/WPFSKillTree/Computation](https://github.com/PoESkillTree/PoESkillTree/tree/master/WPFSKillTree/Computation).
The goal is to develop this into a general .NET Standard library for Path of Exile build calculations (e.g. DPS) every interested developer can use and contribute to. Currently, the library is optimized for a GUI application with small incremental build changes. I will later add benchmarks for the one-off scenario where you want to input a build, get statistics as outputs and then input the next build. Those will serve as further example usages.
The libraries target .NET Standard 2.1, Console and the test projects .NET Core 3.1.