| .. | ||
| custom_module | ||
| gdnative_shared | ||
| godot_engine | ||
| godot_resources | ||
| .gitignore | ||
| project.godot | ||
| README.md | ||
Godot Summator GPU Kompute Example
This repository contains the accompanying code for the Blog post "Supercharging Game Development with GPU Accelerated Machine Learning".
This example folder contains three key components:
- The Godot Project file
project.godotto run the example - The instructions for the Custom Module implementation
- The instructions for the GdNative Library implementation
You can also find the advanced ML Logistic Regression example in the GPU in this example folder.