Skip to content

Warlock DPS simulator for The Burning Crusade written in React & C++ (WebAssembly)

License

Notifications You must be signed in to change notification settings

Zephancode/WarlockSimulatorTBC

 
 

Repository files navigation

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

About

Warlock DPS simulator for The Burning Crusade written in React & C++ (WebAssembly)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.7%
  • C++ 30.5%
  • JavaScript 2.9%
  • CSS 2.1%
  • C 0.9%
  • Python 0.6%
  • Other 0.3%