Added readme to explain high level explanation for example
This commit is contained in:
parent
5982b24778
commit
9a349c1de7
3 changed files with 13 additions and 0 deletions
2
examples/godot_examples/custom_module/kompute_summator/include/.gitignore
vendored
Normal file
2
examples/godot_examples/custom_module/kompute_summator/include/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
kompute/
|
||||
vulkan/
|
||||
9
examples/godot_logistic_regression/README.md
Normal file
9
examples/godot_logistic_regression/README.md
Normal 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
|
||||
|
||||
2
examples/godot_logistic_regression/custom_module/kompute_model_ml/include/.gitignore
vendored
Normal file
2
examples/godot_logistic_regression/custom_module/kompute_model_ml/include/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
vulkan/
|
||||
kompute/
|
||||
Loading…
Add table
Add a link
Reference in a new issue