Y
Hacker News
new
|
ask
|
show
|
jobs
by
infogulch
500 days ago
While .NET has the cross-platform-vm thing going, is not particularly suited to cross-platform rendering. The web is. And don't get me started on WPF.
2 comments
viraptor
500 days 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.
link
AcquiescentWolf
500 days ago
I disagree. After working with WPF for a while, I'd prefer almost anything from the frontend world (except React) over WPF. Avalonia is nice though.
link
throwaway2037
500 days ago
Is WPF cross-plaform?
link
AcquiescentWolf
500 days ago
* WPF: Windows-only.
* MAUI: Windows, macOS, Android, iOS.
* Avalonia: Windows, Linux, macOS, Android, iOS, browsers.
link