Files
MaaAssistantArknights/src/MaaCore
MistEO 42762bfbb7 feat: 支持多模板匹配,任一达到阈值即视为命中
MultiMatcher 暂不支持,仅使用第一个模板
2023-10-01 13:54:56 +08:00
..
2023-09-30 23:44:34 +08:00
2022-12-02 00:22:47 +08:00
2023-09-30 23:44:34 +08:00
2022-12-02 00:22:47 +08:00
2023-03-06 18:22:39 +08:00
2022-12-02 00:22:47 +08:00

MaaCore

MAA 底层 C++ 模块

开发相关

Windows

  1. 下载预构建的第三方库

    python maadeps-download.py
    
  2. 使用 Visual Studio 2022 打开 MAA.sln,右键 MaaWpfGui,设为启动项目

  3. 右键 MaaWpfGui - 属性 - 调试 - 启用本地调试(这样就能把断点挂到 C++ Core 那边了)

  4. (可选)若准备提交 PR建议启用 clang-format 支持

Linux | macOS

请参考 Linux 编译教程