Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ddfff28

Browse filesBrowse files
authored
Building Android games (rust-gamedev#1490)
1 parent b8fd12c commit ddfff28
Copy full SHA for ddfff28

File tree

1 file changed

+18
-0
lines changed
Filter options

1 file changed

+18
-0
lines changed

‎content/news/050/index.md

Copy file name to clipboardExpand all lines: content/news/050/index.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,24 @@ Current features are:
204204

205205
## Learning Material Updates
206206

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+
207225
## Tooling Updates
208226

209227
## Library Updates

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.