# native-gamepad **Repository Path**: mirrors_googlecodelabs/native-gamepad ## Basic Information - **Project Name**: native-gamepad - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Codelab for Play Asset Delivery in native games ================================================ This repository contains a codelab for using Play Asset Delivery in native Android games. Pre-requisites -------------- - Android Studio 4.0+ with [NDK](https://developer.android.com/ndk/). Getting Started --------------- Open the `final/` directory in Android Studio to see the final product. Visit the Google codelabs site to follow along the guided steps. Dependencies ------------ ### Dear ImGui library This project uses the Dear ImGui library, available at: https://github.com/ocornut/imgui For more information about this library and its license, please see [README.md](https://github.com/ocornut/imgui) and [LICENSE.txt](https://github.com/ocornut/imgui/blob/master/LICENSE.txt). Acknowledgements ---------------- Most of this code was derived from the Endless Tunnel example game written by Bruno Oliveira. The ImGui integration code and asset manager code was written by Nate Trost. Support ------- If you've found an error in these samples, please [file an issue](https://github.com/googlecodelabs/native-gamepad/issues/new). This is not an officially supported Google product. License ------- Copyright 2020 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.