Skip to content

Crafting rotation optimizer / macro generator for Final Fantasy XIV

License

Notifications You must be signed in to change notification settings

sevu11/raphael-rs

 
 

Repository files navigation

Raphael XIV

🔗 www.raphael-xiv.com

Raphael is a crafting rotation solver for the online game Final Fantasy XIV.

  • Produces optimal solutions. Achieving higher quality than the solver is impossible.
  • Short solve time (5-20 seconds) and reasonable memory usage (300-500 MB).

How does it work?

Building from source

The Rust toolchain is required to build the solver. Trunk is required to bundle and deploy the WASM and can be installed via the Rust toolchain:

cargo install --locked trunk

To build and host the application locally (optionally use the --release flag):

RUSTFLAGS='--cfg=web_sys_unstable_apis' trunk serve

About

Crafting rotation optimizer / macro generator for Final Fantasy XIV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.4%
  • HTML 2.3%
  • Shell 0.3%