A Brief Introduction to nCurses: Making a Menu - 1

11 months ago

An introduction to the nCurses C++ library, which can be used to actively control the terminal input and output. Here I write a basic menu. There may be a part 2.

There are some interesting concepts that appear here that are also used in game engines; namely, the frame buffer and its interplay with the actual screen.

Files: https://github.com/FranciscoJintoFox/nCursesExamples

Loading comments...