llama-cpp-turboquant/examples/godot_examples/gdnative_shared
Miro Palmu 604f8849a0 Commit from pr 294
Signed-off-by: Miro Palmu <miro.palmu@helsinki.fi>
2022-09-10 23:03:55 +03:00
..
src Added .clang-format file and formatted everything 2022-05-02 15:11:40 +02:00
.gdignore Added base godot project 2020-09-20 14:26:59 +01:00
.gitignore Updated trailing components for readme 2021-07-21 21:19:24 +01:00
CMakeLists.txt Updated to use komputesummator class 2020-09-20 15:20:03 +01:00
README.md Commit from pr 294 2022-09-10 23:03:55 +03: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 submodules

git submodule sync

And we build the bindings

scons -j16 platform=linuxbsd target=debug