Skip to content

The game model and build calculation engine used in PoESkillTree, available as a .NET Standard library

License

Notifications You must be signed in to change notification settings

PoESkillTree/PoESkillTree.Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoESkillTree.Engine

Nuget Build status Discord

This repository contains the game model and computation engine used for PoESkillTree. For example usage, see PoESkillTree/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.