Bevy iOS app development #8694
-
Hi! Is there any tutorial how to build iOS application with Bevy? I see that there is an example in bevy but there is no description how to run it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There are rough explanations here: https://github.com/bevyengine/bevy/tree/latest/examples#ios The xcode project file has a few custom settings enabled and can be driven either through the UI or this makefile. |
Beta Was this translation helpful? Give feedback.
-
Sorry for off topic but how I am able to store something on the iOS in some text file? If you are aware of course... |
Beta Was this translation helpful? Give feedback.
There are rough explanations here: https://github.com/bevyengine/bevy/tree/latest/examples#ios
The xcode project file has a few custom settings enabled and can be driven either through the UI or this makefile.