Skip to content

Attempt to provide high level C++ abstraction over ncurses C interface (C++17 required)

License

Notifications You must be signed in to change notification settings

lukaszgemborowski/ncursesplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncurses++

ncurses++ is an attempt to create high-level C++ interface for old and good ncurses library.

Functionality

  • horizontal and vertical layouts
  • colors
  • static text
  • attributes

Building

To build ncurses++ you need a compiler supporting C++17, cmake and ncurses.

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Examples

See: examples/gallery/

About

Attempt to provide high level C++ abstraction over ncurses C interface (C++17 required)

Resources

License

Stars

Watchers

Forks

Packages

No packages published