MAUI has felt like a barebones project for years. Forgive me if I don't believe this is the beginning of more robust support.
.NET MAUI is coming to Linux and the browser
11–20 of 276 posts
Re: .NET MAUI is coming to Linux and the browser
#12Too little, too late. Desktop apps are mostly dead.
Re: .NET MAUI is coming to Linux and the browser
#13> Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, and Windows from a single shared code-base.
This new development adds Linux and Browser to that list.
I recently tried out .NET MAUI to see how easy it was to build a hello world app. It was quite messy getting it setup on Mac but eventually I got a simple hello world app working. Nice to use XAML again after all these years. I always liked it.
Re: .NET MAUI is coming to Linux and the browser
#14[0] https://mauikit.org/ [1] https://github.com/dotnet/maui/issues/35
Re: .NET MAUI is coming to Linux and the browser
#15> We are collaborating with the Flutter team at Google to bring Impeller, their GPU first renderer, to .NET. That work is already in progress and as it lands, the MAUI backend will inherit those gains. Interesting, I wonder how good Impeller is and if it's actually better than the new Graphite backend of Skia.
the big difference is this
Predictable performance: Impeller compiles all shaders and reflection offline at build time. It builds all pipeline state objects upfront. The engine controls caching and caches explicitly.
or as described here [2] Flutter’s Impeller renderer outperformed Skia. Impeller eliminates runtime shader compilation stalls, delivering lower frame times and more stable performance. For animation-heavy, graphics-rich apps, enabling Impeller significantly reduces jank and provides a smoother user experience.
[1] https://docs.flutter.dev/perf/impeller[2] https://medium.com/@raiden.lpf666/skia-vs-impeller-a-perform...
Re: .NET MAUI is coming to Linux and the browser
#16MAUI has felt like a barebones project for years. Forgive me if I don't believe this is the beginning of more robust support.
Microsoft acts when it feels competitive pressure. I think Google's Flutter has been validated so Microsoft feels the need to respond.
Re: .NET MAUI is coming to Linux and the browser
#17Three apprecitions: 1) In today's American political climate I think it's appropriate to express appreciation for immigrants to like Miguel de Icaza who dragged Microsoft kicking and screaming into cross platform .NET and is the godfather of .NET Maui 2) As someone who came up developing desktop apps for Windows and Mac, I never liked developing web applications. There was so much lacking, but now developing web apps…
Re: .NET MAUI is coming to Linux and the browser
#18This is interesting for sure. Kudos for bringing this capability to the web! One issue the demos reveal is, it doesn't _feel_ like the web. That is, I can't hit Ctrl+F to find text on a page. I can't select text with my cursor. I can't copy the address of a hyperlink. On my phone, I can't hard press on an image and share it to others. Screen readers can't handle it. I can't press a shortcut key to make everything lar…
Re: .NET MAUI is coming to Linux and the browser
#19Is there anything we can do to stop it? Or will it come anyway?
Re: .NET MAUI is coming to Linux and the browser
#20This is interesting for sure. Kudos for bringing this capability to the web! One issue the demos reveal is, it doesn't _feel_ like the web. That is, I can't hit Ctrl+F to find text on a page. I can't select text with my cursor. I can't copy the address of a hyperlink. On my phone, I can't hard press on an image and share it to others. Screen readers can't handle it. I can't press a shortcut key to make everything lar…