summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add drawable assets with correct name caseFredia Huya-Kouadio2023-11-21200-0/+0
|
* Remove drawable assets with incorrect name caseFredia Huya-Kouadio2023-11-21200-0/+0
|
* Update the project settings for the GLTF Viewer sample app to enforce ↵Fredia Huya-Kouadio2023-10-122-6/+7
| | | | gdscript static typing
* Update the Godot Android library dependency for beta 1Fredia Huya-Kouadio2023-10-123-1/+1
|
* Convert the gltf viewer app screenshot from png to webpFredia Huya-Kouadio2023-10-103-1/+1
|
* Update the sample app manifest parameters including its supported orientationFredia Huya-Kouadio2023-10-064-9/+19
|
* Update the gitignore config for the GLTF Viewer sample appFredia Huya-Kouadio2023-10-06212-1101/+5
|
* Add screenshot for the GLTF Viewer sample appFredia Huya-Kouadio2023-10-062-0/+2
|
* Add the GLTF Viewer sample app which showcases how to use the Godot Android ↵Fredia Huya-Kouadio2023-10-051257-0/+9290
| | | | | | 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 `apps` directory for Godot Android apps built using the Godot Android ↵Fredia Huya-Kouadio2023-08-161-0/+5
library