Merge pull request #65 from EthicalML/godot_example

Added readme to explain high level explanation for Godot example
This commit is contained in:
Alejandro Saucedo 2020-09-27 17:13:12 +01:00 committed by GitHub
commit 6a865dc9f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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/