Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the GLTF Viewer sample app which showcases how to use the Godot Android ↵ | Fredia Huya-Kouadio | 2023-10-05 | 1 | -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 sample | Fredia Huya-Kouadio | 2023-08-17 | 1 | -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-Kouadio | 2023-07-14 | 1 | -2/+2 |
| | | | | samples besides plugins | ||||
* | Update the 'Hello World' Android plugin to match the new Godot 4.2 format | Fredia Huya-Kouadio | 2023-07-02 | 1 | -3/+17 |
| | | | | See https://github.com/godotengine/godot/pull/78958 for reference. | ||||
* | Add `HelloSignals` sample project to show how to register and emit signals ↵ | fhuya | 2020-03-27 | 1 | -0/+1 |
| | | | | with a Godot Android plugin | ||||
* | Update repository structure: make each sample project (e.g: `hello_world`) a ↵ | fhuya | 2020-03-26 | 1 | -0/+3 |
subproject in the `Godot-Android-Plugins` project. |