Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Store UWP apps support #1108

Merged
merged 12 commits into from
Mar 11, 2023
Merged

Windows Store UWP apps support #1108

merged 12 commits into from
Mar 11, 2023

Conversation

halx99
Copy link
Collaborator

@halx99 halx99 commented Mar 10, 2023

THIS PROJECT IS IN DEVELOPMENT MODE. Any pull requests should merge to branch dev, otherwise will be rejected immediately.

Feature checklist

  • prebuilts thirdparty for UWP
  • patch OpenAL, use xaudio2 backend for UWP apps only
  • c++/cx only available <= c++17
  • cmake system
  • platform source code
  • tests & templates
  • UWP linking GLES with angle @google chrome 111.0.5563.0
  • require buildware_dist_v45
  • all-ci builds should pass
  • UWP platform code cleanup, after merge Long Terms Plan

CMake generate commands

cmake -B build_uwp -DCMAKE_SYSTEM_NAME=WindowsStore "-DCMAKE_SYSTEM_VERSION=10.0"

Some features not compatible with UWP are disabled

  • VideoPlayer
  • Webview based on MsEdge webview2 sdk

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • I have checked readme and add important infos to this PR (if it needed).
  • I have added/adapted some tests too.

@halx99 halx99 changed the title [BIG FEATURE] Windows Store UWP apps support Windows Store UWP apps support Mar 10, 2023
@halx99 halx99 added this to the 1.0.0 milestone Mar 10, 2023
@halx99 halx99 added enhancement New feature or request uwp labels Mar 10, 2023
@halx99 halx99 linked an issue Mar 10, 2023 that may be closed by this pull request
@halx99 halx99 merged commit b464178 into dev Mar 11, 2023
@halx99 halx99 deleted the support-windows-uwp branch March 11, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request uwp
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Windows Universal Platform (UWP) Support?
1 participant