I have a GUI which I created using WPF I not want to port this so it's available for use on mac OS X. I heard mono can be used but it looks like they don't have any support for WPF's as of right now so any suggestions would be great Thanks.
相关问题
- VNC control for WPF application
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
.NET Core 3.0 has WPF but it works only for Windows platform, so there is no build-in support for multi-platform desktop GUI.
You could try port WPF application using Avalonia, but I never tried it. Avalonia works with .NET Core 2.0, .NET Standard 2.0.