https://github.com/xiyoo0812/laoi
一个提供简单AOI功能的库!
https://github.com/xiyoo0812/laoi
Last synced: 11 days ago
JSON representation
一个提供简单AOI功能的库!
- Host: GitHub
- URL: https://github.com/xiyoo0812/laoi
- Owner: xiyoo0812
- License: mit
- Created: 2022-07-05T09:56:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T03:14:17.000Z (over 1 year ago)
- Last Synced: 2025-05-07T08:58:20.820Z (11 days ago)
- Language: C++
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laoi
一个提供给C/Lua使用的MMO视野管理(AOI)组件。# 依赖
- [lua](https://github.com/xiyoo0812/lua.git)5.2以上
- [luakit](https://github.com/xiyoo0812/luakit.git)
- 项目路径如下
|--proj
|--lua
|--luakit
|--laoi# 编译
- msvc: 准备好lua依赖库并放到指定位置,将proj文件加到sln后编译。
- linux: 准备好lua依赖库并放到指定位置,执行make -f laoi.mak# 注意事项
- mimalloc: 参考[quanta](https://github.com/xiyoo0812/quanta.git)使用,不用则在工程文件中注释# 用法
```lua
```