Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 688 Bytes

File metadata and controls

23 lines (18 loc) · 688 Bytes

skill attack calculator that includes all new chart using csv data from sanbai3icecream

webpage based on calc from OG SA which does not include new charts sadly http://skillattack.com/sa4/information/ sample: image

this is for me so i dont forget in the future. to build run after modifying cpp run:

cd ~/Projects/skill_attack.github.io
emcc main.cpp calcs/calc.cpp \
  -I. \
  -O3 \
  -s WASM=1 \
  -s MODULARIZE=1 \
  -s 'EXPORT_NAME="createModule"' \
  --bind \
  -o js/sa_processor.js