UWP support #8162
Answered
by
james7132
vladislav1nikov
asked this question in
Q&A
UWP support
#8162
-
Does Bevy support UWP or only Windows desktop app? |
Beta Was this translation helpful? Give feedback.
Answered by
james7132
Mar 22, 2023
Replies: 1 comment 1 reply
-
Currently, we only support Win32 apps. UWP seems to be reliant on Microsoft's .NET stack, which Rust completely circumvents. This will require some more investigation at the minimum to support, but it definitely seems like a quick(-ish) venue to get the engine supporting Xbox as a platform. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vladislav1nikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we only support Win32 apps. UWP seems to be reliant on Microsoft's .NET stack, which Rust completely circumvents. This will require some more investigation at the minimum to support, but it definitely seems like a quick(-ish) venue to get the engine supporting Xbox as a platform.