summaryrefslogtreecommitdiff
path: root/plugins/hello_gdextension/demo
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
* Update the 'HelloGDExtension' plugin sample's directory structureFredia Huya-Kouadio2023-10-081-1/+1
|
* Update the sample `gdextension` config file to reflect feedback on the ↵Fredia Huya-Kouadio2023-08-231-0/+1
| | | | | | Android plugin refactor PR See https://github.com/godotengine/godot/pull/80740#issuecomment-1690887240
* Update AGP to version 7.4.0Fredia Huya-Kouadio2023-08-171-1/+1
|
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-178-0/+256
This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.