This is a crafting simulator with solver algorithms for Final Fantasy XIV(FF14).
最终幻想14生产模拟器(附带智能求解算法)
推荐配置 Recommended setup:
- 操作系统 OS: Windows 11, MacOS, Linux
- 内存 Memory: 16GiB
最低配置 Required setup:
- 操作系统 OS: Windows 10
- 内存 Memory: 8GiB
下载地址:Gitee (Windows Only)
Download: Github
- Windows用户请下载
.msi
或者.nsis
安装包 - Mac 用户请下载
dmg
或app
文件 - Debian 及 Ubuntu 用户请下载
AppImage
或deb
文件 - 其他 Linux 用户请下载
AppImage
文件
Click to expand 点击展开
pnpm install # 下载依赖 download requirements
为了编译Wasm模块,下载:rustup、wasm-pack、wasm-bindgen-cli
cargo install wasm-pack wasm-bindgen-cli
pnpm run dev-web
pnpm run build-web
按照这篇教程安装Rust、Node和WebView2等组件:Tauri Getting Started
以下
cargo tauri
开头的命令可以根据你安装 tauri-cli 方式的不同而有所变化 见:https://tauri.app/v1/guides/getting-started/setup/ The commands start withcargo tauri
below could be different, depending on the way you install tauri-cli. See: https://tauri.app/v1/guides/getting-started/setup/
cargo tauri dev
# 或 or
cargo tauri dev --release
⚠️ 调试模式构建的程序运行求解器可能比发布模式慢得多。
⚠️ Solving in debug mode could be much slower than release mode.
# 设置环境变量 set enviroments
export TAURI_PRIVATE_KEY="Path or String of your private key"
export TAURI_KEY_PASSWORD="Your private key password (optional)"
# 构建和签名 build and signing
cargo tauri build