Git Product home page Git Product logo

ffxiv-best-craft's Introduction

FFXIV-Best-Craft

This is a crafting simulator with solver algorithms for Final Fantasy XIV(FF14).

最终幻想14生产模拟器(附带智能求解算法)

Online Edition 在线版

https://tnze.yyyy.games/#/

Desktop Edition 桌面版(支持求解器)

推荐配置 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 用户请下载dmgapp文件
  • Debian 及 Ubuntu 用户请下载AppImagedeb文件
  • 其他 Linux 用户请下载AppImage文件

Develope 开发指引

Click to expand 点击展开

yarn install # 下载依赖 download requirements

For Web Only

安装Web依赖 Install Web Dependencies

为了编译Wasm模块,下载:rustupwasm-pack

Develop Hotload Server

yarn dev-web

Release Build

yarn build-web

For Tauri

安装Tauri依赖 Install Tauri Dependencies

按照这篇教程安装Rust、Node和WebView2等组件:Tauri Getting Started

以下 yarn tauri 开头的命令可以根据你安装 tauri-cli 方式的不同而有所变化 见:https://tauri.app/v1/guides/getting-started/setup/ The commands start with yarn tauri below could be different, depending on the way you install tauri-cli. See: https://tauri.app/v1/guides/getting-started/setup/

Develop build

yarn tauri dev
# 或 or
yarn tauri dev --release

⚠️ 调试模式构建的程序运行求解器可能比发布模式慢得多。
⚠️ Solving in debug mode could be much slower than release mode.

Release build

# 设置环境变量 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
yarn tauri build

ffxiv-best-craft's People

Contributors

tnze avatar rikakagurasaka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.