diff --git a/docs/images/komputer-godot-4.gif b/docs/images/komputer-godot-4.gif new file mode 100644 index 000000000..40e28c22e Binary files /dev/null and b/docs/images/komputer-godot-4.gif differ diff --git a/examples/godot_examples/README.md b/examples/godot_examples/README.md index 121fcbd9a..5c5d163f6 100644 --- a/examples/godot_examples/README.md +++ b/examples/godot_examples/README.md @@ -1,5 +1,7 @@ # Godot Summator GPU Kompute Example +![](../../docs/images/kompute-godot-4.gif) + 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: diff --git a/examples/godot_examples/custom_module/README.md b/examples/godot_examples/custom_module/README.md index 4000097f8..d99f6be2d 100644 --- a/examples/godot_examples/custom_module/README.md +++ b/examples/godot_examples/custom_module/README.md @@ -1,5 +1,7 @@ # Vulkan Kompute Godot Example +![](../../docs/images/kompute-godot-4.gif) + ## Set Up Dependencies ### Vulkan diff --git a/examples/godot_examples/gdnative_shared/README.md b/examples/godot_examples/gdnative_shared/README.md index d7aa37520..8df8fa7db 100644 --- a/examples/godot_examples/gdnative_shared/README.md +++ b/examples/godot_examples/gdnative_shared/README.md @@ -1,5 +1,7 @@ # Vulkan Kompute Godot Example +![](../../docs/images/kompute-godot-4.gif) + ## Set Up Dependencies We can get all the required dependencies from godot by running diff --git a/examples/godot_logistic_regression/README.md b/examples/godot_logistic_regression/README.md index 2fad16c8b..9374f164c 100644 --- a/examples/godot_logistic_regression/README.md +++ b/examples/godot_logistic_regression/README.md @@ -1,5 +1,7 @@ # Godot Kompute ML Example +![](../../docs/images/kompute-godot-4.gif) + 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: diff --git a/examples/godot_logistic_regression/custom_module/README.md b/examples/godot_logistic_regression/custom_module/README.md index 109a0ca41..cb5a1c4d6 100644 --- a/examples/godot_logistic_regression/custom_module/README.md +++ b/examples/godot_logistic_regression/custom_module/README.md @@ -1,5 +1,7 @@ # Vulkan Kompute Godot Example +![](../../docs/images/kompute-godot-4.gif) + ## Set Up Dependencies ### Vulkan diff --git a/examples/godot_logistic_regression/gdnative_shared/README.md b/examples/godot_logistic_regression/gdnative_shared/README.md index d7aa37520..8df8fa7db 100644 --- a/examples/godot_logistic_regression/gdnative_shared/README.md +++ b/examples/godot_logistic_regression/gdnative_shared/README.md @@ -1,5 +1,7 @@ # Vulkan Kompute Godot Example +![](../../docs/images/kompute-godot-4.gif) + ## Set Up Dependencies We can get all the required dependencies from godot by running