simplecurses++

A simple, opinionated, header-only C++ wrapper for curses.

Prerequisites

  • A curses library like ncurses
  • C++11
  • Doxygen (for documentation only)

Building

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.

Example

An example of usage is found in example.cpp.