Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Android games #1490

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/news/050/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down