Files
kompute/examples/godot_examples/gdnative_shared
Alejandro Saucedo 4e9888e7d6 Updated examples
2021-02-09 21:30:33 +00:00
..
2021-02-09 21:30:33 +00:00
2020-09-20 14:26:59 +01:00
2020-09-20 14:26:59 +01:00
2020-09-27 20:40:51 +01:00

Vulkan Kompute Godot Example

Set Up Dependencies

We can get all the required dependencies from godot by running

git clone --branch 3.2 https://github.com/godotengine/godot-cpp

cd godot-cpp

Then we can get all the subomdules

git submodule sync

and we build the bindings

scons -j16 platform=linuxbsd target=debug