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 9ced06d

Browse filesBrowse files
authored
N49: mobile development with Bevy (rust-gamedev#1449)
1 parent c827b32 commit 9ced06d
Copy full SHA for 9ced06d

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎content/news/049/index.md

Copy file name to clipboardExpand all lines: content/news/049/index.md
+17Lines changed: 17 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.