generated from Persson-dev/Godot-Xmake
91c215c16d1a9e4da57ba49ec5be57a152c5741a
Blitz3
The best FPS you've ever seen !
Install xmake
Install xmake from here.
How to use
You must have godot in your path
# 1. build the project
xmake f -m debug && xmake
# 2. open the editor at least once
xmake run Editor
# 3. run the demo
xmake run
# 4. export the project, the executable will be under "publish" folder by default
xmake p
# 5. clean the build and publish
xmake clean
# 6. generate a class that inherits from godot class, like Sprite2D
# by default the generated files will save under "src" folder, you can change it by -d folder/under/src
xmake ext-class -n MySprite2D -b Sprite2D -s myexample1 -d sample
Description
Languages
C++
79.2%
Lua
16.9%
GDScript
3.9%