coderox /
BlankApp
A simple C++/WinRT UWP solution generated with custom version of CMake
32/100 healthLoading repository data…
stevewhims / repository
A simple C++/WinRT UWP Hello, World! app ready to port to the Windows App SDK.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple C++/WinRT UWP Hello, World! app ready to port to the Windows App SDK.
This project was created from the Blank App (C++/WinRT) Visual Studio project template. The project targets the most recent release (not preview) of the client operating system (19041 at time of writing).
Note. We could have chosen other UI types to showcase in the UI here. But be aware that WinUI doesn't yet support Maps, MediaElement, nor InkCanvas.
Open Package.appxmanifest. In Declarations, choose File Type Associations, and click Add. Set the following properties.
Display name: Hello File Name: hellofile File type: .hi
To register the file type association, build the app, launch it, and close it.
For this project type, we had to add the App::OnFileActivated handler.
In your local Documents folder (or anywhere else, if you like), create a new Text Document file, and name it MyHelloFile.hi.
Double-click on the file, and confirm that the app launches and displays the UI (if it sticks on the splash screen, then the implementation of OnFileActivated is missing or incorrect.
Resize the window, and confirm that the correct visual states are applied.
Make sure you can use the flip view to navigate to each of the four images.
Click the button, dismiss the message dialog, pick a folder containing files, and confirm that the first three filenames are displayed in the list box.
For instructions on porting the app to the Windows App SDK, see HelloWorldCppWindowsAppSDK.
Selected from shared topics, language and repository description—not editorial ratings.
coderox /
A simple C++/WinRT UWP solution generated with custom version of CMake
32/100 healthHearwindsaying /
A uwp photo viewer application written in C++/WinRT
55/100 healthcoderox /
Simple CoreWindow app with C++/WinRT and CMake
29/100 healthRobJellinghaus /
Simple modern C++/WinRT Win32 demo of audio output with JUCE
37/100 healthstevewhims /
The result of taking a simple C++/WinRT UWP Hello, World! app, and porting it to the Windows App SDK.
27/100 healthbarnabasferenc /
A simple C++/WinRT project to demonstrate how to compute simple geometry using rasterization by the CPU, and display the result via Direct2D bitmap.
49/100 health