summaryrefslogtreecommitdiff
path: root/plugins/hello_gdextension/demo/addons
Commit message (Collapse)AuthorAgeFilesLines
* Switch the interface to extend from `RefCounted` so they can automatically ↵Fredia Huya-Kouadio2024-05-191-1/+1
| | | | be freed when the game exits.
* Fix the plugins packaging to address ↵Fredia Huya-Kouadio2023-11-266-1/+83
| | | | https://github.com/godotengine/godot/issues/85395
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-171-0/+2
This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.