Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.73 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.73 KB

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.

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 and 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. 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.