logoalt Hacker News

leduyquang753today at 4:33 AM1 replyview on HN

That only nerds will use because the UI is only ASCII art on a black terminal screen?


Replies

trinix912today at 4:42 AM

Have you never used fully native software? All UI code is in the system DLLs that are already loaded with the OS so you can have a nice GUI program with no fuss and no extra memory requirements besides the little code your app requires. See Nirsoft utilities for an example.