Libraries for displaying a text-mode menu?

前端 未结 3 1378
-上瘾入骨i
-上瘾入骨i 2021-01-03 07:44

In a game project I was working on, I was seriously slowed down -- to the point of giving up -- by how there don\'t seem to be any libraries that can simplify the process of

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-03 08:16

    You want ncurses. It's usually installed along with your distribution.

    It can be kind of a pain, but it's the best method that I know of to get a decent "gui" in command line that isn't just type characters+enter.

提交回复
热议问题