diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-10-05 22:00:48 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-10-05 22:00:48 -0700 |
commit | 94a648089c10a25c0761f915661c300206abe421 (patch) | |
tree | b6e53090d33ec276d5867b2b7d10f08638439436 /apps/gltf_viewer/README.md | |
parent | 56c1c4f82717bb77d4e357b8c6ccba7be589d04c (diff) | |
download | godot-android-samples-94a648089c10a25c0761f915661c300206abe421.tar.gz godot-android-samples-94a648089c10a25c0761f915661c300206abe421.tar.bz2 godot-android-samples-94a648089c10a25c0761f915661c300206abe421.zip |
Add the GLTF Viewer sample app which showcases how to use the Godot Android 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.
Diffstat (limited to 'apps/gltf_viewer/README.md')
-rw-r--r-- | apps/gltf_viewer/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/gltf_viewer/README.md b/apps/gltf_viewer/README.md new file mode 100644 index 0000000..957e5d8 --- /dev/null +++ b/apps/gltf_viewer/README.md @@ -0,0 +1,15 @@ +## GLTF Viewer + +Sample app showcasing how to integrate and use the Godot Android library to display a set of +GLTF models rendered by the Godot engine. + +Set of GLTFs courtesy of [Kenney Food Kit pack!](https://kenney.nl/assets/food-kit) + +### Build & install + +Use the following commands to build and install the app: + +``` +cd Godot-Android-Samples +./gradlew :apps:gltf_viewer:installDebug +``` |