summaryrefslogtreecommitdiff
path: root/plugins/hello_gdextension/src
Commit message (Collapse)AuthorAgeFilesLines
* Update visibility of the plugin methods exposed to gdscriptHEADmasterFredia Huya-Kouadio2024-09-261-2/+2
| | | | | Bump the Godot Android library dependency to 4.3 Bump godot-cpp to version godot-4.3-stable
* Fix the plugins packaging to address ↵Fredia Huya-Kouadio2023-11-266-79/+2
| | | | https://github.com/godotengine/godot/issues/85395
* Update the 'HelloGDExtension' plugin sample's directory structureFredia Huya-Kouadio2023-10-088-40/+37
|
* Update the format for the gdextension `compatibility_minimum` field to ↵Fredia Huya-Kouadio2023-09-071-1/+1
| | | | address https://github.com/godotengine/godot-docs/issues/7864
* Update the godot android library dependency now that PR refactoring the ↵Fredia Huya-Kouadio2023-09-051-1/+1
| | | | plugin logic is merged in `main`
* Update the sample `gdextension` config file to reflect feedback on the ↵Fredia Huya-Kouadio2023-08-231-4/+1
| | | | | | Android plugin refactor PR See https://github.com/godotengine/godot/pull/80740#issuecomment-1690887240
* Misc cleanups for the GDExtension plugin sampleFredia Huya-Kouadio2023-08-171-0/+1
|
* Update AGP to version 7.4.0Fredia Huya-Kouadio2023-08-171-2/+1
|
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-1719-0/+461
This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.