bevy_github_ci_template
bevy_github_ci_template copied to clipboard
Mobile Support
trafficstars
@alice-i-cecile asked me to add Android and iOS basics to this project from my cross-platform template
Added:
assets/resclassic mobile resource assets folder, with the icon- Basic Android configuration in
Cargo.tomlfollowing cargo-apk manifest - a basic Xcode project in the
applefolder with a Makefile inspired by this bevy example
Changed:
- The project is now both a
liband abin
I still need to test everything before setting this to ready
Notes:
- I didn't change the bevy version which is still
0.6 - I didn't touch the wasm part, even though I don't think it should work as the
index.htmlrequiresbevy_game.jswhen the project name isbevy_github_ci_template
Ping @mockersf for review.
The iOS part is working:
- I didn't add the whole app icon setup which adds lots of files and configurations
- i fixed the app bundle
- I added audio support, required because of
bevy_audio
thinking back on this PR, I think it would make more sense to have a separate template for mobile