An open API service indexing awesome lists of open source software.

https://github.com/sg-dotnet/uwp001

A project to demonstrate the power of Win2D and WinUI in UWP.
https://github.com/sg-dotnet/uwp001

uwp win2d winui

Last synced: over 1 year ago
JSON representation

A project to demonstrate the power of Win2D and WinUI in UWP.

Awesome Lists containing this project

README

          

# Photo Processing Tool, PPT (Project Code: UWP001)
A project to demonstrate the power of Win2D and WinUI in UWP.

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

This is a demo UWP app showcasing the features available in Win2D and WinUI.

![Homepage of the app](Uwp001/github-images/app-screenshot01.png?raw=true)

## Win2D Effects Implementation
Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration.

- [Gaussian Blur](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm)
- [Hue Rotation](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_HueRotationEffect.htm)
- [Contrast](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_ContrastEffect.htm)
- [Saturation](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_SaturationEffect.htm)
- [Temperature and Tint](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_TemperatureAndTintEffect.htm)
- [Grayscale](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GrayscaleEffect.htm)

## Contributions are welcome!

PPT will continue to evolve. We add new features all the time, but we have too many new cool ideas.

Any help will be appreciated. You can develop new features, fix bugs, improve the documentation, or do some other cool stuff.

If you have new ideas or want to complain about bugs, feel free to [create a new issue](https://github.com/sg-dotnet/uwp001/issues/new).

Let's build the best tool for demonstrating the power of Win2D and WinUI together!

## Code of Conduct

This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/)
to clarify expected behavior in our community.

## Singapore .NET Developers Community

This project is supported by the [Singapore .NET Developers Community](http://dotnet.sg).

## References
- [Microsoft.Graphics.Canvas.Effects Namespace](https://microsoft.github.io/Win2D/html/N_Microsoft_Graphics_Canvas_Effects.htm)
- [XAML Controls Gallery](https://www.microsoft.com/en-sg/p/xaml-controls-gallery/9msvh128x2zt?activetab=pivot:regionofsystemrequirementstab)