Updated summator example readme
This commit is contained in:
parent
178a446aa9
commit
1b5df02f05
2 changed files with 13 additions and 0 deletions
11
examples/godot_examples/README.md
Normal file
11
examples/godot_examples/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Godot Summator GPU Kompute 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 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
|
||||
|
||||
You can also find the advanced ML Logistic Regression example in the GPU in [this example folder](../godot_logistic_regression/).
|
||||
|
||||
|
|
@ -7,3 +7,5 @@ This example folder contains three key components:
|
|||
* The [instructions for the Custom Module](./custom_module/) implementation
|
||||
* The [instructions for the GdNative Library](./gdnative_shared/) implementation
|
||||
|
||||
You can also find the simpler Godot Summator example implemented in the GPU in [this example folder](../godot_examples/).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue