This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2024-11-22 12:43:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2bd328220b
bevy
/
examples
/
mobile
/
.gitignore
8 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
An initial xcode setup for using xcode (#539) An example of bevy using xcode
2020-10-31 21:36:24 +00:00
/build
Add features to switch `NativeActivity` and `GameActivity` usage (#12095) # Objective Add two features to switch bevy to use `NativeActivity` or `GameActivity` on Android, use `GameActivity` by default. Also close #12058 and probably #12026 . ## Solution Add two features to the corresponding crates so you can toggle it, like what `winit` and `android-activity` crate did. --- ## Changelog Removed default `NativeActivity` feature implementation for Android, added two new features to enable `NativeActivity` and `GameActivity`, and use `GameActivity` by default. ## Migration Guide Because `cargo-apk` is not compatible with `GameActivity`, building/running using `cargo apk build/run -p bevy_mobile_example` is no longer possible. Users should follow the new workflow described in document. --------- Co-authored-by: François Mockers <francois.mockers@vleue.com> Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com> Co-authored-by: Rich Churcher <rich.churcher@gmail.com>
2024-10-01 22:23:48 +00:00
.gradle
.idea
.DS_Store
build
.cxx
local.properties
Reference in a new issue
Copy permalink