gsw945 / RecastDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

xmake create -l c++ -P RecastDemo
cd RecastDemo
xmake config -m debug
# build
xmake -D -y
# run
xmake run
# run debug mode
xmake run -d RecastDemo

About

License:MIT License


Languages

Language:C++ 90.8%Language:Lua 8.8%Language:Batchfile 0.4%