Skip to content

Commit 9ced06d

Browse files
authored
N49: mobile development with Bevy (#1449)
1 parent c827b32 commit 9ced06d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/news/049/index.md

+17
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,23 @@ _Discussions: [Mastodon](https://hachyderm.io/@chrisbiscardi/110934091254135119)
193193
[chrisbiscardi-vid1]: https://youtube.com/watch?v=wpx9qhKEuP8
194194
[@chrisbiscardi]: https://twitter.com/chrisbiscardi
195195

196+
### Mobile Development with Bevy
197+
198+
[@Nikl][nikl] published two blog posts on the topic of mobile development
199+
using Bevy. [The first post][mobile-bevy-post] concentrates on getting
200+
builds ready for the Apple and Google App stores. It outlines how to
201+
use the tool [x-build][x-build] to create Android App bundles and some
202+
required changes to get iOS builds accepted by the App store.
203+
204+
[A second post][android-workflow] documents how to set up and configure
205+
a GitHub workflow to automate releases of a Bevy application to the
206+
Google Play Store.
207+
208+
[nikl]: https://mastodon.online/@nikl_me
209+
[x-build]: https://github.com/rust-mobile/xbuild/
210+
[mobile-bevy-post]: https://nikl.me/blog/2023/notes_on_mobile_development_with_bevy_2
211+
[android-workflow]: https://nikl.me/blog/2023/github_workflow_to_publish_android_app
212+
196213
## Tooling Updates
197214

198215
### [Space editor](space_editor)

0 commit comments

Comments
 (0)