Warlock DPS simulator for WoW TBCC written in React Typescript, C++ compiled into WebAssembly, and using Redux Toolkit to manage the state of all the components.
git clone https://github.com/Kristoferhh/WarlockSimulatorTBC.git
cd WarlockSimulatorTBC
npm install
npm start
Emscripten SDK to compile the C++ code into WebAssembly
Compile the C++ code by running the make
command in the root directory of the project