Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 442 Bytes

File metadata and controls

11 lines (9 loc) · 442 Bytes

🥇 首选:Rust 推荐理由:

性能出色:实时鼠标移动和缓动计算需要高性能,Rust 完美胜任 跨平台成熟:rdev 库可以监听全局键盘事件和模拟鼠标操作(支持 Windows/macOS/Linux) 单文件部署:编译后无需运行时,直接运行 系统级控制:适合这种底层硬件交互场景

核心库: tomlrdev = "0.5" # 全局键鼠监听和模拟 enigo = "0.2" # 备选鼠标控制库