From ad1f17960bbb374a2bc50f75838405723a317e27 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Fri, 15 Sep 2023 21:39:36 +0200 Subject: [PATCH] Add section on mobile development with Bevy --- content/news/049/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/news/049/index.md b/content/news/049/index.md index db57c4a99..ce37dd726 100644 --- a/content/news/049/index.md +++ b/content/news/049/index.md @@ -71,6 +71,23 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### Mobile Development with Bevy + +[@Nikl][nikl] published two blog posts on the topic of mobile development +using Bevy. [The first post][mobile-bevy-post] concentrates on getting +builds ready for the Apple and Google App stores. It outlines how to +use the tool [x-build][x-build] to create Android App bundles and some +required changes to get iOS builds accepted by the App store. + +[A second post][android-workflow] documents how to set up and configure +a GitHub workflow to automate releases of a Bevy application to the +Google Play Store. + +[nikl]: https://mastodon.online/@nikl_me +[x-build]: https://github.com/rust-mobile/xbuild/ +[mobile-bevy-post]: https://www.nikl.me/blog/2023/notes_on_mobile_development_with_bevy_2/ +[android-workflow]: https://www.nikl.me/blog/2023/github_workflow_to_publish_android_app/ + ## Tooling Updates ## Library Updates