Moving to KomputeProject org

This commit is contained in:
Alejandro Saucedo 2021-07-22 08:30:00 +01:00
parent 4ac54bf642
commit d9203477d2
19 changed files with 202 additions and 202 deletions

View file

@ -5,7 +5,7 @@ This is the accompanying code for the Blog post ["Supercharging Game Development
This section contains the implementation of the Kompute module as a statically compile module built with the Godot engine source code. This approach requires re-compiling the Godot engine source code.
![](https://github.com/KomputeFoundation/kompute/raw/master/docs/images/komputer-godot-4.gif)
![](https://github.com/KomputeProject/kompute/raw/master/docs/images/komputer-godot-4.gif)
## Set Up Dependencies
@ -25,7 +25,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/KomputeFoundation/kompute/
git clone --branch v0.3.1 https://github.com/KomputeProject/kompute/
```
You will be able to use cmake to generate the build files for your platform.