diff --git a/README.md b/README.md index 201837992..ff15caf44 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@
-Vulkan Kompute AndroidExample Running Logistic Regression with Vulkan Kompute in Android Phones@@ -14,6 +16,9 @@ The example uses the Kompute build in the relative folder to build the respectiv The build structure provides a range of options to build in different Android hardware. This example was tested in various emulators including Pixel 2, and a physical Samsung S7 phone. + ++
|
diff --git a/examples/godot_logistic_regression/README.md b/examples/godot_logistic_regression/README.md
index c30de639e..2d96eacc8 100644
--- a/examples/godot_logistic_regression/README.md
+++ b/examples/godot_logistic_regression/README.md
@@ -1,4 +1,5 @@
-# Godot Kompute ML Example
+
+# Kompute Game Engine Integration (Godot)

diff --git a/examples/godot_logistic_regression/custom_module/README.md b/examples/godot_logistic_regression/custom_module/README.md
index 3fc2ee95d..97dda725c 100644
--- a/examples/godot_logistic_regression/custom_module/README.md
+++ b/examples/godot_logistic_regression/custom_module/README.md
@@ -1,4 +1,9 @@
-# Vulkan Kompute Godot Example
+
+## Godot Engine Integration: Godot Engine Source Module
+
+This is 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 section contains the implementation of the Kompute module as a statically compile module built with the Godot engine source code. This approach requires re-compiling the Godot engine source code.

diff --git a/examples/godot_logistic_regression/gdnative_shared/README.md b/examples/godot_logistic_regression/gdnative_shared/README.md
index 975722e7b..433bf5b56 100644
--- a/examples/godot_logistic_regression/gdnative_shared/README.md
+++ b/examples/godot_logistic_regression/gdnative_shared/README.md
@@ -1,8 +1,14 @@
-# Vulkan Kompute Godot Example
+
+## Godot Engine Integration: GdNative Library
+
+This is 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 section contains the implementation of the Kompute module as a shared GdNative Library that can be loaded dynamically through the Godot engine. This approach does not require re-compiling the Godot engine source code.
+

-## Set Up Dependencies
+### Set Up Dependencies
We can get all the required dependencies from godot by running