/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Things I've learned building a modern TUI Framework (2022)
(www.textualize.io)
331 points
willm
| 1 comments |
11 Aug 24 12:22 UTC
|
HN request time: 0.214s
|
source
Show context
mikkelam
◴[
11 Aug 24 16:47 UTC
]
No.
41217448
[source]
▶
>>41215679 (OP)
#
Why do software engineers care so much about TUI? I really don't get it. I love a good command line program. But TUI just doesn't appeal to me.
replies(9):
>>41217465
#
>>41217542
#
>>41218233
#
>>41218568
#
>>41219439
#
>>41220309
#
>>41221102
#
>>41222105
#
>>41223080
#
squigz
◴[
12 Aug 24 04:08 UTC
]
No.
41221102
[source]
▶
>>41217448
#
Because I don't need a resource-heavy GUI for something as simple as a music player.
replies(1):
>>41221748
#
zokier
◴[
12 Aug 24 06:45 UTC
]
No.
41221748
[source]
▶
>>41221102
#
GUI is not intrinsically any more resource-heavy than TUI; ultimately you need to render stuff on screen somehow and get user input, and going through tty layer just is extra bloat.
replies(2):
>>41222519
#
>>41223635
#
1.
squigz
◴[
12 Aug 24 12:29 UTC
]
No.
41223635
[source]
▶
>>41221748
#
> GUI is not intrinsically any more resource-heavy than TUI
Okay well, maybe you should tell that to the GUI developers :P
ID:
GO
↑