An open API service indexing awesome lists of open source software.

https://github.com/ka-iden/tui

Group effort to learn ncurses
https://github.com/ka-iden/tui

ncurses ncurses-tui tui tui-cpp

Last synced: 6 months ago
JSON representation

Group effort to learn ncurses

Awesome Lists containing this project

README

          

# tui

Simple TUI project.

## Building

To build the project, you need the following dependencies:

- make
- g++
- ncurses (libncurses5-dev and libncursesw5-dev)

There is a makefile provided to simplify the build process. You can build the project by running:

```bash
make
```

This will run on Linux, macOS and Windows through WSL (what ka-iden uses).

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.