Kristoferhh / WarlockSimulatorTBC

Warlock DPS simulator for The Burning Crusade written in React & C++ (WebAssembly)
https://kristoferhh.github.io/WarlockSimulatorTBC/
GNU General Public License v3.0
9 stars 14 forks source link
cpp javascript react typescript wasm webassembly

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 image image