Updated to new url

This commit is contained in:
Alejandro Saucedo 2021-07-21 20:58:31 +01:00
parent 70227ce7cd
commit ad1c518d0a
19 changed files with 221 additions and 221 deletions

View file

@ -1,6 +1,6 @@
# Kompute Godot Example
![](https://github.com/EthicalML/vulkan-kompute/raw/master/docs/images/komputer-godot-4.gif)
![](https://github.com/KomputeFoundation/kompute/raw/master/docs/images/komputer-godot-4.gif)
## Set Up Dependencies
@ -19,7 +19,7 @@ We will be using v0.3.1 of Kompute, and similar to above we will need the built
We can start by cloning the repository on the v0.3.1 branch:
```
git clone --branch v0.3.1 https://github.com/EthicalML/vulkan-kompute/
git clone --branch v0.3.1 https://github.com/KomputeFoundation/kompute/
```
You will be able to use cmake to generate the build files for your platform.