Updated readme links

This commit is contained in:
Alejandro Saucedo 2020-09-27 17:34:34 +01:00
parent c6bde9f274
commit 178a446aa9

View file

@ -3,7 +3,7 @@
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).
This example folder contains three key components:
* The Godot Project to run the example
* The Godot Project file `project.godot` to run the example
* The [instructions for the Custom Module](./custom_module/) implementation
* The [instructions for the GdNative Library](./gdnative_shared/) implementation