Skip to content

sabrina-440/skill_attack.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SA point calc ft. overly optimized C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published