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

@ -1,6 +1,6 @@
# Godot Summator GPU Kompute Example
![](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)
This repository contains the accompanying code for the Blog post ["Supercharging Game Development with GPU Accelerated Machine Learning"](https://medium.com/@AxSaucedo/supercharging-game-development-with-gpu-accelerated-ml-using-vulkan-kompute-the-godot-game-engine-4e75a84ea9f0).

View file

@ -1,6 +1,6 @@
# Kompute Godot Example
![](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
@ -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/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.

View file

@ -1,6 +1,6 @@
# Kompute Godot Example
![](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