this post was submitted on 14 Jun 2023
11 points (100.0% liked)

.NET

1454 readers
29 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 1 year ago
MODERATORS
 

What are your opinions about Avalonia? It runs on Windows, Mac, Linux, Android, iOS and WebAssembly, with the mobile platforms being in a more immature state as support was added recently.

MAUI is the continuation of Xamarin.Forms, while Avalonia is the spiritual successor to WPF, albeit open-source and cross-platform. MAUI uses platform-native controls (which means the same control may appear or behave differently between operating systems), while Avalonia builds everything with Skia, so it renders the same in every platform. I think of it as the .NET alternative to Flutter, though with a more desktop-centric focus, instead of being mobile-first.

I have not used it yet but it seems the most promising .NET UI framework and I'm hoping to build a personal project in the following months. The first Release Candidate of Avalonia UI v11, which stabilises the API, was released two weeks ago.

you are viewing a single comment's thread
view the rest of the comments
[–] Spyros 2 points 1 year ago

Also, they have created Avalonia XPF, which uses Avalonia UI as an abstraction, in order to run (Windows-only) WPF applications on MacOS and Linux.

While the core Avalonia framework is and will be free to use (without price tiers that limit functionalities) XPF is targeted mostly towards businesses and there is a Pro version (they are planning to build a business in order to fund core Avalonia developers).

WPF: migrates a repository

Avalonia: makes WPF cross-platform