Skip to content

Commit

Permalink
Merge pull request #26 from lukaszgemborowski/issue-1-readme
Browse files Browse the repository at this point in the history
[readme] create initial readme
  • Loading branch information
lukaszgemborowski committed Dec 15, 2019
2 parents ad5b123 + 32ad1fb commit e104281
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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/

0 comments on commit e104281

Please sign in to comment.