A simple, opinionated, header-only C++ wrapper for curses.
There is no building (other than the Doxygen). You just need to simply include the single header:
#include <simplecurses++.hh>
If you want to build the Doxygen, you simple need to run make docs
.
An example of usage is found in example.cpp.