ProjectReunion VS Introducing .NET Multi-platform App UI (MAUI)

Compare ProjectReunion vs Introducing .NET Multi-platform App UI (MAUI) and see what are their differences.

ProjectReunion

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. (by microsoft)

Introducing .NET Multi-platform App UI (MAUI)

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. (by dotnet)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ProjectReunion Introducing .NET Multi-platform App UI (MAUI)
52 273
3,637 21,536
1.3% 1.1%
9.1 9.9
5 days ago 5 days ago
C++ C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ProjectReunion

Posts with mentions or reviews of ProjectReunion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-11.
  • WinUI3 + WebView2
    1 project | /r/dotnet | 30 Oct 2023
    The issue is described here: WebView2 does not support passing in a CoreWebView2Environment · Issue #1170 · microsoft/WindowsAppSDK (github.com)
  • Ask HN: What is the best way to build a desktop app in Windows in 2023?
    5 projects | news.ycombinator.com | 11 Sep 2023
    .. and how many of the Microsoft applications actually use WinUI3? As far as I can tell they're doing their own thing (Office) or are Electron (Teams) or, at least in Windows 10, haven't actually been updated from WinForms.

    The overhead of WinUI3 is pretty huge. The visual designer, a winning feature of Visual Studio for decades, is AWOL. Why? It's XAML, the same as the previous XAML designer! It's just .. broken?

    The backward compatibility story is a disaster: you can get stuck in the UWP sandbox https://github.com/microsoft/WindowsAppSDK/issues/1780

    What's the big Microsoft WinUI3 flagship app, then? Something people are actually using? Rather than just a few system dialogues. (How many Win11 settings pop up a Win32 dialogue box, still?)

  • How can i change the pointer of my cursor in winui3?
    1 project | /r/dotnet | 29 Jun 2023
  • Leaked Microsoft poll shows fewer employees have confidence in leadership
    4 projects | news.ycombinator.com | 24 Jun 2023
  • For the past year and a half I've been working on Wintoys, an app that let's you experience Windows in your way and keep it fresh everyday while having everything you need in one place
    2 projects | /r/Windows10 | 6 May 2023
    Development for WinAppSdk and WinUI 3 is also very slow and Microsoft seems to not want to push it and invest more developers into it for some reason. They try to improve the framework, is just it's a small team. For example it was a headacke to apply the Mica backgrop and required unmanaged code, they made it simpler and reduced it to a line of code but it took months. I have 2 out of 7 issues fixed on WinAppSdk repository and 0 out of 8 issues fixed in the WinUI 3 repository (some of the older than a year). This are just my issues, there are many other opened by other developers. So yeah, it wasn't fun at all. PoweshellSDK had an issue with the Import-Module command and it wasn't fixed for more than a year and probably won't be ever fixed, but I'm glad I found a workaround, even more clean and more safe, otherwise I couldn't have added the posibility to uninstall and change Store apps.
  • Has MAUI improved last couple of months?
    4 projects | /r/dotnetMAUI | 19 Mar 2023
    As far as I know, there are still some issues with OIDC integration. See this, for example.
  • WPF Begins its Long Goodbye
    9 projects | /r/dotnet | 5 Mar 2023
  • File Explorer will soon be a Windows App SDK app
    2 projects | /r/Windows11 | 15 Feb 2023
    this I'm interested in. WinAppSDK is open source.
  • Why Modern Software Is Slow
    6 projects | news.ycombinator.com | 29 Sep 2022
    I think the issue is actually the sandboxing and other stuff. WinRT StorageProvider API is known to be extremely slow and NTFS / Windows IO subsystem is itself already quite slow compared to UNIX. The issue IIRC is that StorageProvider is designed for sandboxing and the way they implemented that involves doing RPCs to other processes. So there's probably some heavy context switching involved, but it's architectural, and so the voice recorder was never fixed.

    https://github.com/microsoft/WindowsAppSDK/issues/8

  • WPF or WinForms
    4 projects | /r/csharp | 2 Jul 2022
    Disclaimer: I work for Microsoft. I even work on WindowsAppSDK just not the WinUI parts. People far more graphically inclined and talented than I handle that 😀

Introducing .NET Multi-platform App UI (MAUI)

Posts with mentions or reviews of Introducing .NET Multi-platform App UI (MAUI). We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-14.
  • Developers are not happy with .NET MAUI, but nobody in the team cares about it
    1 project | /r/hackernews | 27 Nov 2023
  • Android predictive back support
    1 project | /r/dotnetMAUI | 25 Nov 2023
    I am migrating XF app into MAUI and writing a simple Navigation framework because Prism doesn't work well and I didn't use anything advanced anyway. So, I am surfing the code of MAUI to intercept all the back buttons, etc. I haven't found a single mention of apis related to predictive back "RegisterOnBackInvokedCallback", "OnBackInvokedDispatcher", "OnBackPressedDispatcher", "AddCallback", "android:enableOnBackInvokedCallback" Also I don't see any issue on github that would say "Support Android Predictive back". Only one kinda related https://github.com/dotnet/maui/issues/8680
  • Group List View And Collection View are not working In .NET MAVI For IOS
    1 project | /r/dotnetMAUI | 25 Nov 2023
    Below issue is still reproducing in Maui .net7.0 version also. #10163
  • .NET 8 – MAUI
    1 project | news.ycombinator.com | 14 Nov 2023
    Maui is Open Source, MIT License

    https://github.com/dotnet/maui

    .NET is Open Source

    https://dotnet.microsoft.com/en-us/platform/open-source

    I do share your skepticism of Microsoft, but it looks like the economics and cash flow dynamics have changed drastically after the advent of the cloud.

    Microsoft is more focused on getting developers onto its ecosystem and help them with open source projects with the hope that they will use its Azure cloud services and bring in the money.

    My skepticism is a bit relaxed now and I have no qualms using .NET.

    I hope I am not wrong.

  • .NET 8 – .NET Blog
    12 projects | news.ycombinator.com | 14 Nov 2023
    It's a bit of a hit and miss as of today. CLI, back-end and natively compiled libraries (think dll/so/dylib or even .lib/.a - you can statically link NAOT binaries into other "unmanaged" code) work best, GUI - requires more work.

    Avalonia[0] and MAUI[1] have known working templates with it, but YMMV.

    [0] https://github.com/lixinyang123/AvaloniaAOT / https://github.com/AvaloniaUI/Avalonia/ / honorable mention https://github.com/VincentH-Net/CSharpForMarkup

    [1] https://github.com/dotnet/maui (try out with just true in csproj - it is known to work e.g. on iOS)

  • What's New in Final RC for .NET 8, .NET MAUI, Asp.net Core and EF8
    2 projects | news.ycombinator.com | 12 Oct 2023
    While this is the quite endorsed by the community: https://github.com/dotnet/maui/discussions/339

    I think the fundamental issue is that desktop Linux is way too fragmented. Not only just GTK2/3 and Qt but you have GNOME, KDE, XFCE, Cinnamon and then you have X11, Xorg, Wayland...

    To be honest, all those craps are why desktop Linux never took off. I'm very safe to say MAUI for Linux will eventually renders components off its own using framebuffer and hardware acceleration APIs such as OpenGL or Vulkan just because of the market fragmentations...

    If desktop Linux truly wants to get the attention, it will need to unify. Fixing dependency hell using Flatpak is the right direction.

    There is an existing old fork of MAUI for Linux that uses GTK: https://github.com/jsuarezruiz/maui-linux

  • MSFTbot: “We've moved this issue to the Backlog milestone”
    1 project | news.ycombinator.com | 29 Sep 2023
  • Every other tab in Shell doesn't show Shell.TitleView on Android
    1 project | /r/dotnetMAUI | 31 Jul 2023
    First I came across this Github issue: https://github.com/dotnet/maui/issues/9687 - According to this issue, this is a known bug for MAUI iOS, but it works OK for MAUI Android. As I said, I target Android only and I have the exact same issue. It's apparantly fixed with some of the latest versions for MAUI but the problem still occurs to me even with MAUI version:
  • Bindable properties issue with Custom controls
    1 project | /r/dotnetMAUI | 12 Jun 2023
    I saw this and tried to imitate (ofc my lack of experience wouldn't allow me to do it in the exact way). Already found some documentation that allowed to understand better. Thanks for the insigh.
  • ASP.NET Core - how to create an IdentityUser account from an external login
    1 project | /r/csharp | 31 May 2023
    I implemented the Auth controller following this sample code from Microsoft.

What are some alternatives?

When comparing ProjectReunion and Introducing .NET Multi-platform App UI (MAUI) you can also consider the following projects:

UWPDumper - DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

mactype - Better font rendering for Windows.

Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.

TcNo-Acc-Switcher - A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others! [Moved to: https://github.com/TCNOco/TcNo-Acc-Switcher]

WPF - WPF is a .NET Core UI framework for building Windows desktop applications.

Cronos-Rootkit - Cronos is Windows 10/11 x64 ring 0 rootkit. Cronos is able to hide processes, protect and elevate them with token manipulation.

maui-linux - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

Windows UI Library - Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications

Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

WindowsAppSDK-Samples - Feature samples for the Windows App SDK

react-native-windows - A framework for building native Windows apps with React.