Conversation
Edited 5 months ago
UI rant
Show content

how is there still no simple, easy way to make a UI in 2025?

I don’t need it to be scalable. I don’t need it run on a phone. I don’t need four million different components. I don’t need theming. I don’t need web rendering. I don’t care if it’s ugly. I don’t need the ability to draw arbitrary pixels to a canvas component. I don’t need to style it. I don’t need animations. I don’t even need to change the font

I need to put button on screen so user can click. why is there no simple way to do that? why are my only two options to deal with the nightmare that is HTML/CSS, or learn one of the countless massively overengineered and sparsely-documented GUI libraries?

1
0
3
re: UI rant
Show content

PySimpleGUI actually looked like it was exactly what I want, but it’s dead now :/

0
0
0