File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,24 @@ Current features are:
204
204
205
205
## Learning Material Updates
206
206
207
+ ### Building games for Android with Rust
208
+
209
+ @maciekglowka has recently shared some thoughts about building Rust games
210
+ for Android. Rather than a step-by-step guide, it is a collection
211
+ of issues one can possibly encounter when targeting Android.
212
+
213
+ Topics mentioned:
214
+
215
+ - 'window' creation (via winit)
216
+ - Android app's lifecycle vs. the WGPU surface creation
217
+ - user data storage
218
+ - system UI hiding via jni and Android API
219
+ - building AAB files to meet Google Play requirements
220
+
221
+ [ Blog post link] [ android-games-blog ]
222
+
223
+ [ android-games-blog ] : https://maciejglowka.com/blog/building-games-for-android-with-rust/
224
+
207
225
## Tooling Updates
208
226
209
227
## Library Updates
You can’t perform that action at this time.
0 commit comments