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

Unified UWP/WinUI 3 Sample App #444

Closed
wants to merge 6 commits into from

Commits on Dec 3, 2022

  1. Consolidate Assets folder into Shared project for Uwp/WinUI Shader Sa…

    …mple App
    
    Reduce duplication of image files and save space in repo (no functional change)
    hawkerm committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    10d7504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4889d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6480a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ca71bb View commit details
    Browse the repository at this point in the history
  5. Merge UWP and WinUI 3 Sample Code to work from a single set of source…

    … files for main UserControl.
    
    Adds a Task to UWP project to rename namespaces and copy file over before build (added to gitignore)
    Adds Dependency Injection to WinUI 3 head to match UWP
    Centralizes AppService setup in shared project
    Fixes 'Pause shader' typo
    Brings missing error and vertical sync options to WinUI 3 sample app from Sergio0694#197 and Sergio0694#200.
    hawkerm committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    b8cf520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b739754 View commit details
    Browse the repository at this point in the history