All Projects → xvwyh → BuildPad

xvwyh / BuildPad

Licence: MIT license
A build storage plugin for ArcDPS

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to BuildPad

evtc
Analysis and management of Guild Wars 2 EVTC logs from arcdps.
Stars: ✭ 43 (+65.38%)
Mutual labels:  arcdps
arcdps healing stats
An addon for ArcDPS that shows personal healing stats
Stars: ✭ 16 (-38.46%)
Mutual labels:  arcdps
gw2raidar
A log parsing website for Guild Wars 2 combat logs
Stars: ✭ 19 (-26.92%)
Mutual labels:  arcdps

BuildPad

A build storage plugin for ArcDPS


This isn't the primary repo I'm working on, I will only be commiting here when releasing new versions.

Build

At least VS2019 is required to compile.

All the necessary libraries should be included, but if you need to recompile them - I cannot help you, good luck figuring that out on your own. Try vcpkg, I dunno.

Build in Debug configuration to run and debug it as a stand-alone application.

Build in DLL configuration to create a .dll file.

Folder Structure

  • arcdps_buildpad/ - project folder
    • buildpad/ - contains actual BuildPad code
      • resources/ - contains resources converted from binary files to byte arrays
        • sources/ - contains the originals of all the resource files and a batch file to mass convert them
    • Main.cpp - contains DLL code and ArcDPS bindings
    • main_imgui.cpp - contains code for stand-alone debugging
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].