-
Notifications
You must be signed in to change notification settings - Fork 65
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
Universal Windows Platform support #125
Comments
Platform Uno will not be referenced when used in a UWP project. |
What do you mean by "part of"? As it stands, anyone who wants to use the CSharpMath XAML controls in a UWP project (not Uno) would have to reference the Uno Platform. I guess that's technically fine, but it's really weird. |
|
Oh, I get it now, sorry. So is there no point to having |
Platform Uno is supposed to be "UWP everywhere", so it makes sense that UWP is natively supported. Everyone on pure UWP should use |
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.
The text was updated successfully, but these errors were encountered: