←back to thread

303 points vyrotek | 4 comments | | HN request time: 0s | source
1. pshirshov ◴[] No.45900992[source]
Finally, finally, I can use something apart from Kotlin Multiplatform and Electron to build slow alien-looking applications with annoying animations and phone-styled UX for Linux (and, let me guess, there is no native Wayland backend). Of course the set of widgets is comprehensive - there are button and checkboxes, what else might we need.

I'm wondering why all the demos of modern UI toolkits look and feel worse than Delphi 1 demos from prehistoric age.

replies(2): >>45901822 #>>45902178 #
2. nu11ptr ◴[] No.45901822[source]
You can (and could have for a while now) just use Avalonia natively. It supports Windows/Mac/Linux/WASM natively already. I think this work is primarily for those who already have MAUI apps and want to target Linux/WASM from an existing codebase.
3. davey48016 ◴[] No.45902178[source]
Avalonia does not have a Wayland backend now, but they say it's a priority: https://avaloniaui.net/blog/bringing-wayland-support-to-aval...

I'm sure there's a better place to track the progress on that.

replies(1): >>45905357 #
4. pshirshov ◴[] No.45905357[source]
If I remember correctly, it's a priority for like 5 years or so.