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
- Host: GitHub
- URL: https://github.com/ka-iden/tui
- Owner: ka-iden
- License: mit
- Created: 2025-07-08T12:23:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T21:14:30.000Z (8 months ago)
- Last Synced: 2025-08-17T06:48:45.895Z (7 months ago)
- Topics: ncurses, ncurses-tui, tui, tui-cpp
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.