awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
PathOfBuildingCommunity avatar

PathOfBuildingCommunity/PathOfBuilding

0
View on GitHub↗
5,290 stars·2,334 forks·Lua·19 viewspathofbuilding.community↗

PathOfBuilding

PathOfBuilding is an offline build planner and character stat simulator for Path of Exile. It functions as a gear and skill modeler and a passive tree mapper to help users design characters by simulating combat statistics, passive skill trees, and gear combinations.

The tool provides a simulation environment for testing item crafting outcomes and gem socket combinations to determine optimal loadouts. It also enables passive tree optimization by planning node allocations and jewel placements to maximize character power.

The software covers character stat simulation for offensive and defensive values, itemization and crafting modeling, and the ability to import character data or share build configurations via unique codes.

Features

  • Combat Stat Simulators - Computes offensive and defensive values by factoring in modifiers and resistances to estimate performance.
  • Game Build Planners - Functions as a comprehensive offline planner for designing Path of Exile character builds.
  • Skill Tree Graphs - Represents the passive skill tree as a network of nodes to calculate pathing and point costs.
  • Character Build Optimizers - Provides detailed planning and optimization for passive skill tree allocations and jewel placements.
  • Character Stat Systems - Calculates detailed health and recovery breakdowns to evaluate character survivability.
  • Data-Driven Item Definitions - Uses external lookup tables for item prefixes and suffixes to simulate equipment effects without hardcoding stats.
  • Item Collection and Crafting Systems - Simulates item modifications and catalysts to compare different gear crafting outcomes.
  • Item Effect Simulations - Simulates different gear combinations and item modifications to determine the most effective equipment.
  • Item Stat Composition Systems - Simulates item stats using custom systems for prefixes and suffixes to model gear effects.
  • Modifier Stacking Systems - Aggregates additive and multiplicative bonuses from multiple sources to determine final combat metrics.
  • Skill Path Optimization - Calculates the statistical impact of passive nodes to find efficient paths based on point costs.
  • Calculation Engines - Implements a Lua-based engine to compute interdependent character statistics and combat modifiers.
  • Visual Skill Tree Designers - Provides a visual interface for planning node allocations and jewel placements on the skill tree.
  • Build Configuration Sharing - Generates unique codes to export and transfer complete character configurations to other users.
  • Character Data Importers - Pulls passive trees, items, and skills from existing characters or external links to populate settings.
  • Client-Side Data Processing - Performs all character and build calculations locally on the user's device for offline availability.
  • Skill Tree Visualizers - Provides a visual interface for planning node allocations and jewel placements on the passive tree.
  • Loadout Configurations - Provides configuration for main and supporting skills, including auras and buffs.
  • Gem Socket Simulations - Simulates socketing specific gems in items to identify the most powerful skill combinations.
  • Power Growth Analyzers - Generates power reports that rank passive skills and jewels to identify impactful upgrades.
  • State Serialization - Converts current build configurations into portable strings for easy exporting and importing.

Star history

Star history chart for pathofbuildingcommunity/pathofbuildingStar history chart for pathofbuildingcommunity/pathofbuilding

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to PathOfBuilding

Similar open-source projects, ranked by how many features they share with PathOfBuilding.
  • tmodloader/tmodloadertModLoader avatar

    tModLoader/tModLoader

    5,099View on GitHub↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    C#apigamesteam
    View on GitHub↗5,099
  • 00-evan/shattered-pixel-dungeon00-Evan avatar

    00-Evan/shattered-pixel-dungeon

    6,196View on GitHub↗

    Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features procedurally generated levels, hundreds of collectible items, and permadeath mechanics, all rendered from a single Java codebase that runs on Android, iOS, and desktop platforms. The game offers six distinct hero classes, each with branching subclass trees, endgame abilities, and talent points for deep character customization. Players battle over 60 enemy types, 30 traps, and 10 bosses across five dungeon regions, while managing equipment, enchantments, and alchemy-crafted gear

    Javaandroidgamegame-development
    View on GitHub↗6,196
  • space-wizards/space-station-14space-wizards avatar

    space-wizards/space-station-14

    3,523View on GitHub↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    C#c-sharpgamehacktoberfest
    View on GitHub↗3,523
  • sjpiper145/makerskilltreesjpiper145 avatar

    sjpiper145/MakerSkillTree

    3,317View on GitHub↗

    MakerSkillTree is an educational roadmap designer and interactive skill map visualizer. It provides a system for creating, exporting, and navigating structured learning paths through an SVG skill tree generator and a corresponding YAML learning path schema. The project features a drag-and-drop interface for designing custom skill trees and a bidirectional conversion system that translates visual layouts between SVG and YAML formats. This allows for data-driven version tracking and the generation of changelogs between different iterations of a skill tree. The system supports the visualization

    Jinja
    View on GitHub↗3,317
See all 26 alternatives to PathOfBuilding→

Frequently asked questions

What does pathofbuildingcommunity/pathofbuilding do?

PathOfBuilding is an offline build planner and character stat simulator for Path of Exile. It functions as a gear and skill modeler and a passive tree mapper to help users design characters by simulating combat statistics, passive skill trees, and gear combinations.

What are the main features of pathofbuildingcommunity/pathofbuilding?

The main features of pathofbuildingcommunity/pathofbuilding are: Combat Stat Simulators, Game Build Planners, Skill Tree Graphs, Character Build Optimizers, Character Stat Systems, Data-Driven Item Definitions, Item Collection and Crafting Systems, Item Effect Simulations.

What are some open-source alternatives to pathofbuildingcommunity/pathofbuilding?

Open-source alternatives to pathofbuildingcommunity/pathofbuilding include: tmodloader/tmodloader — tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It… 00-evan/shattered-pixel-dungeon — Shattered Pixel Dungeon is an open-source roguelike dungeon crawler built as a turn-based strategy game. It features… space-wizards/space-station-14 — Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an… sjpiper145/makerskilltree — MakerSkillTree is an educational roadmap designer and interactive skill map visualizer. It provides a system for… aliyr/nodejs-developer-roadmap — This project is a Node.js learning roadmap and developer skill map designed to guide learners from beginner to… vickscarlet/liferestart — lifeRestart is a life simulation game where players make sequential decisions that affect their character's future…