this post was submitted on 23 Jan 2025
512 points (98.1% liked)

Programmer Humor

33031 readers
783 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
[–] _____@lemm.ee 30 points 2 days ago (2 children)

pretty much every windows GUI framework is trash or a pain in the ass to deal with except for Avalonia (my beloved), but it's more cross platform.

I'm not sure if this is 100% real but it very well could be. although imo makes me think of skill issue (not because the system makes sense, but these problems don't really seem like problems to me, just minor set backs)

[–] HiddenLayer555@lemmy.ml 3 points 1 day ago (1 children)

This is why everything is a goddamn web app now.

[–] _____@lemm.ee 1 points 1 day ago* (last edited 1 day ago)

well, no. everything is a god damn web app because everything runs browsers.

so why write native (device) applications if the device can run a browser ? just write code for the browser, which also runs on desktop. now you have a cross platform app without needing 5 different teams

[–] Naia@lemmy.blahaj.zone 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.

[–] _____@lemm.ee 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.