Avalonia is recommended for developers who are familiar with XAML-based technologies and are looking to build cross-platform desktop applications. It's particularly well-suited for projects targeting multiple desktop environments with a single codebase, as well as for those who value a consistent UI experience across different platforms.
Based on our record, Avalonia should be more popular than Flet. It has been mentiond 142 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Check out https://avaloniaui.net as well. It's basically a cross-platform reimplementation of WPF. It's not quite as simple as C#+WinForms or Lazarus+LCL because you don't get drag-and-drop UI designer, and you need to write markup by hand (albeit with live preview). But unlike HTML, it's actually designed for desktop UI apps from the get go, so it's much easier to write for anything non-trivial. And you can still... - Source: Hacker News / 26 days ago
- It's built with https://avaloniaui.net/ so it may be possible to get it working on Linux, though I have little experience there. Would love to hear any feedback, ideas, or feature suggestions! Thanks for checking it out! https://github.com/meld-cp/MeldRDP. - Source: Hacker News / 2 months ago
> The web had this before briefly. Back in the 90s and 00s, some people just wanted to use Flash. WebAssembly is different. WebAssembly brings every language to the web. Flash didn't. WebAssembly can render to canvas and enable applications that compile to desktop, mobile, and the web. UI libraries like Avalonia do this: https://avaloniaui.net/ For example, here's C# implementation of Visual Basic 6... - Source: Hacker News / 3 months ago
That's why I mentioned https://avaloniaui.net/ which does the part. WPF is not bad compared to everything happening in the web frameworks. - Source: Hacker News / 4 months ago
I don't know why anyone even uses the GUI frameworks from Microsoft these days. WinForms is only good if you need to throw something together quick. Everything else should be Avalonia (https://avaloniaui.net/). Cross platform and does support AOT. - Source: Hacker News / 4 months ago
As part of my final project for the "Fundamentals of Programming" in Codecademy Computer Science course, I wanted to build something practical that could also help me reinforce my understanding of programming fundamentals. With that in mind, I created a simple but fully functional shopping list app using Flet—a Python framework for building beautiful UIs without needing to dive into web development. This app... - Source: dev.to / 28 days ago
It's more the latter, particularly when Rust is used in libraries (eg. FastAPI) as opposed to tools, as it's destroying portability. For example I use flet[0] in some of my projects, and I have to be increasingly careful about the other dependencies as there is no support for the Rust toolchain within Dart/Flutter, and even if there was it still sounds like it'd be a nightmare to maintain. Same applies to any... - Source: Hacker News / 2 months ago
Cool Stuff of the week ⚡️ https://flet.dev/. - Source: dev.to / 2 months ago
The problem with all this combining is that it's making apps less portable. Like I want to make apps that work on desktop+mobile with flet[0], but now I have to specifically seek out more "traditional" alternate packages and hope they stayed in reasonable feature parity with these Rustified Frankensteins. Not a fan at all. [0] https://flet.dev. - Source: Hacker News / 3 months ago
In line 7 we define the main app instance to Page; a page is a container for View Controls. So here I won’t go deep into views since it’s beyond the scope of this tutorial, but you reference here. - Source: dev.to / 9 months ago
Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML.
Flutter - Build beautiful native apps in record time 🚀
Qt - Powerful, flexible and easy to use, Qt will help you not only meet your tight deadline, but also reduce the maintainable code by an astonishing percentage.
Kivy - Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps. Installation on WindowsInstallation on Windows. Installation; What are wheels .
BeeWare - Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS...
wxWidgets - wxWidgets: Cross-Platform GUI Library