Gacha tracker and visualizer for Arknights: Endfield. Built with C++20 & Win32 API.
《明日方舟:终末地》寻访(抽卡)数据保存,分析与可视化。使用C++20与Win32 API高效处理数据。
- Run
main.exe(the exporter) and input your gacha link. 运行用于保存抽卡数据的main.exe主程序,并输入你的抽卡链接。 - You can find the
uigf_endfield.jsongacha data saved bymain.exein the current running directory. 你可以在运行目录中找到main.exe程序保存的uigf_endfield.json文件。 - Run
gui.exe(the analyzer) and draguigf_endfield.jsononto the window. 运行用于分析与可视化抽卡数据的gui.exe图形界面程序,并将uigf_endfield.json拖拽到程序窗口中。
- Download and install Build Tools for Visual Studio 2026. 下载并安装 Visual Studio 2026 生成工具。
- Open the "x64 Native Tools Command Prompt for VS" application. 打开 "x64 Native Tools Command Prompt for VS" 应用。
- Copy the command from
Compile.txtand paste it into the command prompt, then press Enter to run. 打开Compile.txt,把命令复制粘贴到命令行应用中,按下回车运行。
- System 系统: Windows 10 or higher (视窗 10 或更高版本)
- Minimum System 最低系统: Windows 7 SP1 with installed Microsoft Visual C++ Redistributable.
- CPU 处理器: x86, x86_64, and arm64 (32-bit and 64-bit / 32位 与 64位)
Please check the Swift 6 version here 请查看该 Swift 6 版本: Endfield-Gacha-Apple