microsoft /
Windows-appsample-photo-editor
Photo Editor is a UWP photo viewing and editing sample that highlights development with C++/WinRT.
73/100 healthLoading repository data…
Hearwindsaying / repository
A uwp photo viewer application written in C++/WinRT
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.

This is our final assignment for the 'Object Oriented Programming' course. It is a UWP (Universal Windows Platform) application for simple image viewing written in C++17/WinRT and XAML. Except for the UI layout and design by @ArtlexKylin, I did all the implementation and optimization.
Currently it supports from Windows 10 version 1809 (OS build 17763) and a Windows SDK >= 10.0.17763.0 is required. Both Visual Studio 2017 (v141) and 2019 (v142) could be used and Visual Studio's retarget solution should provide you with the available SDK/project verisons. It depends on Microsoft.UI.Xaml, Microsoft.Windows.CppWinRT and Win2D.uwp by nuget packages.

UWP app is notable at its security and safeness. In other words, it cannot access extra resources not authorized by users. So you could import the folder explicitly to give the accessibility or just turn on privacy settings for UWP app in windows settings to enable the directory tree working. Please see also https://support.microsoft.com/en-us/windows/-windows-file-system-access-and-privacy-a7d90b20-b252-0e7b-6a29-a3a688e5c7be for instructions. ↩
Note that dragable rectangle selection is common in traditional win32 application (e.g. explorer.exe), but it is not compatible with fluent UI design. I still implemented this widget from scratch due to its functional convenience and assignment requirement. ↩
Selected from shared topics, language and repository description—not editorial ratings.
microsoft /
Photo Editor is a UWP photo viewing and editing sample that highlights development with C++/WinRT.
73/100 healthOneDrive /
The Microsoft OneDrive Graph Photo Browser sample is a Windows Universal app that uses the OneDrive SDK for C#/.NET. The sample app displays only items that are images from a user's OneDrive. Note that this sample does not work with OneDrive for Business.
27/100 healthhjo12 /
A C# Universal Windows Platform (UWP) application using NASA's Open API's to display Mars Rover Photos and Astronomy Picture of the Day
zetsux /
🖼️ The 4th task for my College's Framework Programming Subject to create a photo collection UWP app using .NET framework in C#
46/100 healthrkamath1 /
UWP app using C# & XAML
27/100 healthTamaFn /
Make a PhotoLab App using UWP in C# Language to complete PBKK task
27/100 health