From 5bafae8427419dda8375b78c732745bb3e509b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20G=C5=82=C3=B3wka?= Date: Wed, 24 Apr 2024 19:19:22 +0200 Subject: [PATCH] Building Android games --- content/news/050/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/news/050/index.md b/content/news/050/index.md index 40fa14a87..a19370220 100644 --- a/content/news/050/index.md +++ b/content/news/050/index.md @@ -204,6 +204,24 @@ Current features are: ## Learning Material Updates +### Building games for Android with Rust + +@maciekglowka has recently shared some thoughts about building Rust games +for Android. Rather than a step-by-step guide, it is a collection +of issues one can possibly encounter when targeting Android. + +Topics mentioned: + +- 'window' creation (via winit) +- Android app's lifecycle vs. the WGPU surface creation +- user data storage +- system UI hiding via jni and Android API +- building AAB files to meet Google Play requirements + +[Blog post link][android-games-blog] + +[android-games-blog]: https://maciejglowka.com/blog/building-games-for-android-with-rust/ + ## Tooling Updates ## Library Updates