Now axmol support Windows UWP apps #1110
Pinned
axmol-bot
announced in
Announcements
Replies: 3 comments 19 replies
-
win11 sdk 10.0.22621 is tested, the 10.0.19041 is min deploy target, not development sdk. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, building UWP with win11 latest sdk 10.0.22621.0(NI) can run on win10, I already have tested |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CMake generate commands
cmake -B build_uwp -DCMAKE_SYSTEM_NAME=WindowsStore "-DCMAKE_SYSTEM_VERSION=10.0"
Recommand Windows SDK
Windows 11 SDK 10.0.22621.0 (NI)
Some features not compatible with UWP are disabled
If you are run on win10 2004 or later device, you also can download
winuwp-ci
artifacts to quick run cpp_tests ofamxol
https://github.com/axmolengine/axmol/actions/runs/4397207307
Notes: The artifacts of
winuwp-ci
contains archx64
andarm64
, just download match with your local device arch.UWP AppPackage format
msix: windows 10 1709 or later
appx: < windows 10 1709
refer to: https://learn.microsoft.com/en-us/windows/msix/supported-platforms?source=recommendations
Beta Was this translation helpful? Give feedback.
All reactions