{"id":13801478,"url":"https://github.com/Tnze/ffxiv-best-craft","last_synced_at":"2025-05-13T11:31:22.287Z","repository":{"id":40548035,"uuid":"479979541","full_name":"Tnze/ffxiv-best-craft","owner":"Tnze","description":"A crafting simulator and solver for FF14 with friendly GUI.","archived":false,"fork":false,"pushed_at":"2025-05-11T10:25:31.000Z","size":28614,"stargazers_count":116,"open_issues_count":2,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T10:32:16.931Z","etag":null,"topics":["craft","crafting-simulator","ff14","ffxiv","simulator","solver"],"latest_commit_sha":null,"homepage":"https://tnze.yyyy.games/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tnze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-10T10:09:42.000Z","updated_at":"2025-05-11T10:25:34.000Z","dependencies_parsed_at":"2023-10-15T14:04:44.544Z","dependency_job_id":"67e2c331-b038-42a4-bd77-8fa800190bef","html_url":"https://github.com/Tnze/ffxiv-best-craft","commit_stats":null,"previous_names":[],"tags_count":123,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Fffxiv-best-craft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Fffxiv-best-craft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Fffxiv-best-craft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Fffxiv-best-craft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tnze","download_url":"https://codeload.github.com/Tnze/ffxiv-best-craft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253932870,"owners_count":21986468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["craft","crafting-simulator","ff14","ffxiv","simulator","solver"],"created_at":"2024-08-04T00:01:23.253Z","updated_at":"2025-05-13T11:31:17.272Z","avatar_url":"https://github.com/Tnze.png","language":"Vue","funding_links":[],"categories":["Applications"],"sub_categories":["Gaming"],"readme":"# FFXIV-Best-Craft\n\nThis is a crafting simulator with solver algorithms for Final Fantasy XIV(FF14).\n\n最终幻想14生产模拟器（附带智能求解算法）\n\n## Online Edition 在线版\n\n☞ \u003chttps://tnze.yyyy.games/#/\u003e\n\n## Desktop Edition 桌面版\n\n推荐配置 Recommended setup:\n\n-   操作系统 OS: Windows 11, MacOS, Linux\n-   内存 Memory: 16GiB\n\n最低配置 Required setup:\n\n-   操作系统 OS: Windows 10\n-   内存 Memory: 8GiB\n\n下载地址：[Gitee](https://gitee.com/Tnze/ffxiv-best-craft/releases) (Windows Only)  \nDownload: [Github](https://github.com/Tnze/ffxiv-best-craft/releases/latest)\n\n-   Windows用户请下载 `.msi` 或者 `.nsis` 安装包\n-   Mac 用户请下载`dmg`或`app`文件\n-   Debian 及 Ubuntu 用户请下载`AppImage`或`deb`文件\n-   其他 Linux 用户请下载`AppImage`文件\n\n## Develope 开发指引\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand 点击展开\u003c/summary\u003e\n\u003cp\u003e\n\n```bash\npnpm install # 下载依赖 download requirements\n```\n\n### For Web Only\n\n#### 安装Web依赖 Install Web Dependencies\n\n为了编译Wasm模块，下载：[rustup](https://rustup.rs/)、[wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)、[wasm-bindgen-cli](https://crates.io/crates/wasm-bindgen)\n\n```bash\ncargo install wasm-pack wasm-bindgen-cli\n```\n\n#### Develop Hotload Server\n\n```bash\npnpm run dev-web\n```\n\n#### Release Build\n\n```bash\npnpm run build-web\n```\n\n### For Tauri\n\n#### 安装Tauri依赖 Install Tauri Dependencies\n\n按照这篇教程安装Rust、Node和WebView2等组件：[Tauri Getting Started](https://tauri.app/zh/v1/guides/getting-started/prerequisites/)\n\n\u003e 以下 `cargo tauri` 开头的命令可以根据你安装 tauri-cli 方式的不同而有所变化\n\u003e 见：\u003chttps://tauri.app/v1/guides/getting-started/setup/\u003e\n\u003e The commands start with `cargo tauri` below could be different, depending on the way you install tauri-cli.\n\u003e See: \u003chttps://tauri.app/v1/guides/getting-started/setup/\u003e\n\n#### Develop build\n\n```bash\ncargo tauri dev\n# 或 or\ncargo tauri dev --release\n```\n\n\u003e ⚠️ 调试模式构建的程序运行求解器可能比发布模式慢得多。  \n\u003e ⚠️ Solving in debug mode could be much slower than release mode.\n\n#### Release build\n\n```bash\n# 设置环境变量 set enviroments\nexport TAURI_PRIVATE_KEY=\"Path or String of your private key\"\nexport TAURI_KEY_PASSWORD=\"Your private key password (optional)\"\n# 构建和签名 build and signing\ncargo tauri build\n```\n\n\u003c/p\u003e\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTnze%2Fffxiv-best-craft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTnze%2Fffxiv-best-craft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTnze%2Fffxiv-best-craft/lists"}