🚀 高性能
C++ 核心引擎,Lua 脚本执行,毫秒级响应
Wingman 是一个为了游戏自动化而生的可编程控制项目。
# 克隆仓库
git clone https://github.com/cuihairu/wingman.git
cd wingman
# 编译项目(需要 CMake + Visual Studio)
cmake -B build -S . -G "Visual Studio 17 2022"
cmake --build build --config Release
# 运行示例
wingman.exe scripts/examples/hello.lua