Based on our record, Avalonia should be more popular than JavaFX. It has been mentiond 133 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.
C# and Uno, C# and Avalonia (https://avaloniaui.net/), Dart and Flutter (https://flutter.dev/) are all interesting options for WebAssembly application development. It's nice to be able to do cross platform desktop applications that can also be compiled for web delivery. - Source: Hacker News / about 2 months ago
Slightly off topic, but this was built using Avalonia, which I have never heard of. Has anyone used it? The promise sounds impressive (beautiful, cross-platform applications from a single .NET codebase), just wondering whether it actually delivers? https://avaloniaui.net/. - Source: Hacker News / about 2 months ago
It's written in Avalonia so you could easily compile a desktop version if you wanted, although the author doesn't package one explicitly https://avaloniaui.net/ https://github.com/BAndysc/AvaloniaVisualBasic6. - Source: Hacker News / about 2 months ago
You should checkout AvalonuiaUI[0] or unoPlatform[1] if wanting to target web/mobile/window/linux/macOS if building for the web online, asp.net core runs on Linux servers as well as windows and there's MAUI [2] ( not a fan of this), you are better-off with with the others. In summary c# and .NET is cross-platform, third party developers build better frameworks and tools for other platform while Microsoft prefers... - Source: Hacker News / 2 months ago
> And even if it were accomplished in a central open source library like Flutter, that adds a considerable amount to the package size of any application. The download really isn't much different to a typical website. That Flutter demo in wasm is 2 megabytes. Avalonia UI's WebAssembly uses canvas in C#: https://avaloniaui.net/ Uno Platform's WebAssembly implementation uses the DOM rather than drawing to... - Source: Hacker News / 2 months ago
JavaFX is a desktop and UI framework. Its official website is openjfx.io and is also supported by Gluon which provides additional UI components and brings mobile app support to JavaFX. JBang supports this frameowrk and can be used to create signle file JavaFX applications. - Source: dev.to / 5 days ago
It has a very active community, nothing is dead when there are active users. It has been living as independent package for a long time https://openjfx.io. - Source: Hacker News / 5 months ago
Other topics handled in this chapter are Kotlin utilities for JavaFX and direct downloads of JavaFX releases from openjfx.io. The author also explains why FXML is not used in the book. I agree with his view that the XML files are not as dynamic as code and bring a mix of technologies into your project. - Source: dev.to / 8 months ago
One, I don't understand Java environments really well. All I have done so far is create some GUI applications using JavaFX. Wish I could share my code, but unfortunately, its part of my assignments and can't be open-sourced. Second, the instructions I found in the Contributing docs were bare-minimum, and kinda hard to follow for a beginner. An experienced Java developer would get them really quickly, no doubt... - Source: dev.to / about 1 year ago
JavaFX (an open source, next generation client application platform for desktop, mobile and embedded systems) has many useful out the box UI controls to build modern interactive desktop apps. These include buttons, checkboxes, list views, labels etc, that can be configured and styled in countless ways. I’ve using them for many years at work building mapping apps! - Source: dev.to / over 1 year ago
Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML.
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.
Electron - Build cross platform desktop apps with web technologies
wxWidgets - wxWidgets: Cross-Platform GUI Library
Flutter - Build beautiful native apps in record time 🚀
GTK - GTK+ is a multi-platform toolkit for creating graphical user interfaces.