Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch the interface to extend from `RefCounted` so they can automatically ↵ | Fredia Huya-Kouadio | 2024-05-19 | 1 | -1/+1 |
| | | | | be freed when the game exits. | ||||
* | Fix the plugins packaging to address ↵ | Fredia Huya-Kouadio | 2023-11-26 | 6 | -1/+83 |
| | | | | https://github.com/godotengine/godot/issues/85395 | ||||
* | Update the 'HelloGDExtension' plugin sample's directory structure | Fredia Huya-Kouadio | 2023-10-08 | 1 | -1/+1 |
| | |||||
* | Update the sample `gdextension` config file to reflect feedback on the ↵ | Fredia Huya-Kouadio | 2023-08-23 | 1 | -0/+1 |
| | | | | | | Android plugin refactor PR See https://github.com/godotengine/godot/pull/80740#issuecomment-1690887240 | ||||
* | Update AGP to version 7.4.0 | Fredia Huya-Kouadio | 2023-08-17 | 1 | -1/+1 |
| | |||||
* | Add an Android GDExtension plugin sample | Fredia Huya-Kouadio | 2023-08-17 | 8 | -0/+256 |
This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI. |