Added readme to explain high level explanation for example

This commit is contained in:
Alejandro Saucedo 2020-09-27 17:11:04 +01:00
parent 5982b24778
commit 9a349c1de7
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,2 @@
kompute/
vulkan/

View file

@ -0,0 +1,9 @@
# Godot Kompute ML Example
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 [instructions for the Custom Module](./custom_module/README.md) implementation
* The [instructions for the GdNative Library](./gdnative_shared/README.md) implementation

View file

@ -0,0 +1,2 @@
vulkan/
kompute/