compiling:

gcc -o lab3 main.c "src/c files/graph_create.c" "src/c files/vec_math_lib.c" "src/c files/X_routines.c" "src/c files/graph_draw.c" -lm -lX11

controls:

press O to draw oriented graph
press U to draw unoriented graph