summaryrefslogtreecommitdiff
path: root/settings.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Add the GLTF Viewer sample app which showcases how to use the Godot Android ↵Fredia Huya-Kouadio2023-10-051-0/+1
| | | | | | library with an existing Android app. The GLTF Viewer sample app uses an Android RecyclerView to display a list of gltf food items whose model is rendered in 3D by the integrated Godot engine.
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-171-1/+3
| | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.
* Update the directory structure to make room for additional Godot Android ↵Fredia Huya-Kouadio2023-07-141-2/+2
| | | | samples besides plugins
* Update the 'Hello World' Android plugin to match the new Godot 4.2 formatFredia Huya-Kouadio2023-07-021-3/+17
| | | | See https://github.com/godotengine/godot/pull/78958 for reference.
* Add `HelloSignals` sample project to show how to register and emit signals ↵fhuya2020-03-271-0/+1
| | | | with a Godot Android plugin
* Update repository structure: make each sample project (e.g: `hello_world`) a ↵fhuya2020-03-261-0/+3
subproject in the `Godot-Android-Plugins` project.