All the steps to install and run the project are described in this document are for Debian-based systems. If you are using another system, you may need to adapt the commands, but the steps are the same.
-
Git
-
CMake
-
C++ Compiler
sudo apt update
sudo apt install git cmake g++
cmake -B build
cmake --build build
build/bin/graphs
To choose the graph you want to see, just type the number on you keyboard of the graph:
-
3 vertices per triangle
-
diagonal 45 deg lines
-
filled triangles of fixed size
-
filled squares of fixed size
-
filled circles of fixed size
To draw the graph, press left mouse button in the window.
To clear the screen, press DELETE key.
To delete the last figure, press BACKSPACE key.
To exit the program, just close the window.