llama-cpp-turboquant/examples/godot_examples/gdnative_shared
2021-07-21 20:30:38 +01:00
..
src UPdated examples and documentations to not require glsl deps 2021-07-21 20:30:38 +01:00
.gdignore Added base godot project 2020-09-20 14:26:59 +01:00
.gitignore Added base godot project 2020-09-20 14:26:59 +01:00
CMakeLists.txt Updated to use komputesummator class 2020-09-20 15:20:03 +01:00
README.md Updated naming on code files 2021-05-11 09:56:44 +01:00

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