generated from Persson-dev/Godot-Xmake
616056149806cc87345394dc5a4d40611bf06332
commit 4fd60e7874
Author: Morph01 <145839520+Morph01@users.noreply.github.com>
Date: Fri Aug 16 14:19:29 2024 +0200
bug animation ???
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%