llama-cpp-turboquant/examples/godot_logistic_regression/gdnative_shared
2020-10-07 21:26:17 +01:00
..
src Updated godot example to use compiled spv header by default 2020-10-07 21:26:17 +01:00
.gdignore Updated to add logistic regression godot example 2020-09-26 16:37:24 +01:00
.gitignore Updated to add logistic regression godot example 2020-09-26 16:37:24 +01:00
CMakeLists.txt Updated godot example to use static lib 2020-10-03 15:26:01 +01:00
README.md updated image for kompute godot 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