/CursesHelper

C++ wrapper for NCurses API - easily make TUIs in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

CursesHelper

NCurses has a lot of potential but it is unbelievably messy. The API's learning curve is a nightmare and figuring out compatability issues as you go is no fun, especially considering the outdated documentation. A wrapper will make it easier to know when and what to call.