Replies: 4 comments 5 replies
-
this is a brand new project and is and is only scheduled to be released with .NET 6 which is November 2021
https://github.com/xamarin/Xamarin.Forms/wiki/Feature-Roadmap#july-15-2020-pull-request-policy-changes <https://github.com/xamarin/Xamarin.Forms/wiki/Feature-Roadmap#july-15-2020-pull-request-policy-changes>
… On 10 Jul 2020, at 11:38, Christoph Müller ***@***.***> wrote:
When I first heard about MAUI I thought "finally": MS starts cleaning up the .NET GUI-platform hell (WinForms, WPF, Xamarin Forms, ...). The only thing we know about the planned project progress so far is a first release date at the end of 2021 and that it will NOT support Linux
Obviously there has been no work on this repository for two months now. What are the planned Mile stones/project progress/next steps? Is this project still alive? Will MAUI be the answer to all the pain C#/.NET-Developers experience when looking for a decent platform-independent GUI-platform? Can I gamble on this horse for products shipped after 2021?
Just to mention: I am working for a big research institute and we are currently evaluating different GUI technologies to host functionality written in C# (and some C++). The two top-of-the-list candidates are Qt(!) and Electron(!). None of the existing native C# Frameworks (including third-party-solutions) are nearly feasible.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#173>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACOGERR2YO3YO557AIIKM7DR23OSLANCNFSM4OWNRNBA>.
|
Beta Was this translation helpful? Give feedback.
-
@griestopf you mentioned you are working at a research institute and I don't know what is your project, so I imagine this could be a complex desktop application. MAUI is just a platform for mobile applications, like Android & IOs solution. If you are targeting something complex, in .NET world I would recommend WPF. Yes, it's Windows only but it is as far as you can go in a complex application in the .NET environment. |
Beta Was this translation helpful? Give feedback.
-
MAUI plans to make Windows and Mac desktop first-class targets along with iOS and Android. |
Beta Was this translation helpful? Give feedback.
-
I don't know how much time you pass on you're research but on the main readme of the repo there is a target list support
There is linux support... In fact Xamarin support already Linux and Windows (It's in preview so not production ready). Also UNO as port Xamarin to the Web. So if they successfully port MAUI too (since maui will be based on Xamarin code it may be possible) the support list should be
For the web as first class solution it's discuss here #62 |
Beta Was this translation helpful? Give feedback.
-
When I first heard about MAUI I thought "finally": MS starts cleaning up the .NET GUI-platform hell (WinForms, WPF, Xamarin Forms, ...). The only thing we know about the planned project progress so far is a first release date at the end of 2021 and that it will NOT support Linux
Obviously there has been no work on this repository for two months now. What are the planned Mile stones/project progress/next steps? Is this project still alive? Will MAUI be the answer to all the pain C#/.NET-Developers experience when looking for a decent platform-independent GUI-platform? Can I gamble on this horse for products shipped after 2021?
Just to mention: I am working for a big research institute and we are currently evaluating different GUI technologies to host functionality written in C# (and some C++). The two top-of-the-list candidates are Qt(!) and Electron(!). None of the existing native C# Frameworks (including third-party-solutions) are nearly feasible.
Beta Was this translation helpful? Give feedback.
All reactions