2024-08-11 18:55:31 +02:00
2024-08-19 16:19:45 +02:00
2024-08-21 12:28:40 +02:00
2024-08-21 12:28:40 +02:00
2024-08-11 18:55:31 +02:00
2024-08-19 11:04:37 +02:00
2024-08-12 11:42:47 +02:00
2024-08-11 18:55:31 +02:00
2024-08-12 11:45:00 +02:00
2024-08-11 18:55:31 +02:00
2024-08-11 19:15:56 +02:00
2024-08-11 19:09:17 +02:00

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
FPS using Godot !
Readme 158 MiB
Languages
C++ 79.2%
Lua 16.9%
GDScript 3.9%