Skip to content

N48: Mobile development with Bevy #1433

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

Merged
merged 1 commit into from
Aug 29, 2023
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
15 changes: 15 additions & 0 deletions content/news/048/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Learning Material Updates

### Mobile development with Bevy

[@Nikl][nikl] spent some time developing a mobile game using Bevy and
documented findings on his [blog][nikls-blog]. [A first post][android-bevy-post]
contains notes on general project setup and some Android specific solutions.

GitHub workflows were created for automatic builds.
[A guide on how to set up an iOS workflow][ios-workflow] was released at
the end of July.

[nikl]: https://mastodon.online/@nikl_me
[nikls-blog]: https://www.nikl.me/
[android-bevy-post]: https://www.nikl.me/blog/2023/notes_on_android_development_using_bevy/
[ios-workflow]: https://www.nikl.me/blog/2023/github_workflow_to_publish_ios_app/

## Tooling Updates

## Library Updates
Expand Down