you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 9 months ago* (1 child)

It’s sad that nobody made some crossplatform WPF implementation for modern dotnet

That's basically Avalonia UI.

I believe Uno Platform is similar, but less of a WPF variant, and closer to Xamarin or MAUI in the style of Xaml that they use.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 9 months ago

    @hdsrob
    >That’s basically Avalonia UI.
    no, avalonia cannot help you run existing applications. Also. Avalonia is a crap, taking minutes to parse xml crap on poor hardware
    Yes, there are many implementaion of WPF-like UI, but no implementation of existing Windows UI.
    mono's winforms allows you run existing winforms apps without single line change or even without recompiling (just replace related System.Windows.* assembies)

  • source
  • parent