llama-cpp-turboquant/examples/godot_examples/gdnative_shared/README.md
2021-05-11 09:56:44 +01:00

27 lines
437 B
Markdown

# Kompute Godot Example
![](https://github.com/EthicalML/vulkan-kompute/raw/master/docs/images/komputer-godot-4.gif)
## 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
```