diff --git a/examples/godot_examples/custom_module/kompute_summator/include/.gitignore b/examples/godot_examples/custom_module/kompute_summator/include/.gitignore new file mode 100644 index 000000000..efb744467 --- /dev/null +++ b/examples/godot_examples/custom_module/kompute_summator/include/.gitignore @@ -0,0 +1,2 @@ +kompute/ +vulkan/ diff --git a/examples/godot_logistic_regression/README.md b/examples/godot_logistic_regression/README.md new file mode 100644 index 000000000..dfd98731f --- /dev/null +++ b/examples/godot_logistic_regression/README.md @@ -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 + diff --git a/examples/godot_logistic_regression/custom_module/kompute_model_ml/include/.gitignore b/examples/godot_logistic_regression/custom_module/kompute_model_ml/include/.gitignore new file mode 100644 index 000000000..30c2017b7 --- /dev/null +++ b/examples/godot_logistic_regression/custom_module/kompute_model_ml/include/.gitignore @@ -0,0 +1,2 @@ +vulkan/ +kompute/