this post was submitted on 23 Jan 2025
513 points (96.9% liked)

Programmer Humor

32710 readers
547 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 20 points 2 days ago (1 children)

I haven't done much with UI in general, but the one time I thought of making some UI stuff in windows I gave up.

Even modifying an existing .net program someone else made for a feature I wanted was a nightmare.

[โ€“] [email protected] 22 points 2 days ago

Yep, I was shocked to see that there is no defacto 1st party framework and during my time searching online I found lots of "use x, use y, no y is dead and none uses it, no x is terrible" which is how I found Avalonia.

I still don't think there's a solid Windows gui framework, but I haven't looked in years.