Simple TUI project.
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:
makeThis will run on Linux, macOS and Windows through WSL (what ka-iden uses).
This project is licensed under the MIT License. See the LICENSE file for details.