This catalog contins three folders:
- main - is the main program that starts the graphical part
- drawer - the second program that listes to the input from the first one and processes the input commands
- simple2d_source - a simple 2d graphical C library (https://github.com/simple2d/simple2d) that was used in this project. It should be installed following the documentation on its github page.
After the installation of simple2d library a Makefile can be used to build the whole application. In order to start it, run "main_app" from the project root directory. main_app can be run with the following commands: --commands_file - specify path to file containing commands --help - prints this help and exits
Example command file is also present in the project directory and is called "commands.txt". To exit the program enter "quit" command.
Logs file is created in project root directory after the first the program is run.