Closed
Description
What is this platform?
The primary platform for modern Windows apps, which can run on all Windows 10 devices.
Why should it be supported?
Some developers don't want to deal with cross-platform frameworks like Uno or Xamarin.Forms. It would also allow easier porting of WPF (and to a lesser extent, WinForms) apps.
Why should it not be supported?
UWP is already available using Xamarin.Forms, and #121 would support it via the Uno Platform.
Additional context
I personally want to use this in my UWP project, and while it's already pretty easy, rendering to an SKCanvas manually doesn't have the advantages of being its own XAML control. For example, databinding isn't possible when rendering using a MathPainter in the code behind.