This project contains the source for the FFXIV Crafting Optimizer Website. It uses AngularJS, AngularUI Bootstrap, and Bootstrap.
I'm experimenting with the expectimax algorithm to create optimal crafting instructions.
This app is currently non-functional. The biggest problem is the amount of time it takes to run the algorithm - I'm considering moving it to C++.
You can pick one of these options:
- serve this repository with your webserver
- install node.js and run
scripts/web-server.js
Then navigate your browser to http://localhost:<port>/app/index.html
to see the app running in
your browser.