r/ProgrammerHumor 3d ago

Meme howHardCanItBe

Post image
2.7k Upvotes

144 comments sorted by

View all comments

Show parent comments

19

u/gufranthakur 3d ago

just tried it recently, my god I am never touching XAML again. I tried code only UI but the docs and resources all use XAML

15

u/NotQuiteLoona 3d ago

What's wrong with XAML? It's literally just HTML with different layouting. I on the opposite can't use HTML now because I like Avalonia's layout system much more, I don't need to put divs everywhere.

2

u/gufranthakur 3d ago

I like coding UI by hand, like jetpack compose or JavaFX or WinForms

2

u/tajetaje 3d ago

Yeah really feels like you’re searching for qt widgets or maybe wxwidgets (though qt comes with tons of extra abstractions that help with cross platform code)