In preparation for Dawntrail I wrote a C++ program to plan my crafting rotations, because I find it tiresome and confusing to plan them myself and I don't like relying on getting instructions from others. I've been using it successfully for a few weeks, and I thought it was time to make it public so others can use it. Here's the repository link:
Caveats:
- It assumes you're level 100 and have all crafting abilities and traits available
- You need to be able to compile C++ to use it, there is no pre-built executable
- It's a command line utility, there's no graphical interface
I believe it's standard-compliant C++20 -- I've built it with g++ and clang -- so it should build on all platforms with a standard-compliant C++20 compiler.
I hope this is useful to folks!