WarlockSimulatorTBC
Warlock DPS simulator for The Burning Crusade written in React & C++ (WebAssembly)
Install / Use
/learn @Kristoferhh/WarlockSimulatorTBCREADME
TBC Warlock Simulator
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.
Setting up local development
Frontend
git clone https://github.com/Kristoferhh/WarlockSimulatorTBC.git
cd WarlockSimulatorTBC
npm install
npm start
Backend
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
GitHub Pages URL
https://kristoferhh.github.io/WarlockSimulatorTBC

