OpenGL practise for an university subject
First to compile the project just cd into the build folder an execute the following command:
cmake .. -DOpenGL_GL_PREFERENCE=GLVND && make -j4Afterwards just run the OpenGL generated binary you want to visualise:
./bin/gpo_04_entrega_ejer3GIF illustrating the cel-shading implemented:

GIF illustrating the stippling implemented changing the factor:
GIF illustrating the stippling implemented changing the pattern:

GIF illustrating the ink texture implemented changing the factor:

GIF illustrating the ink wash texture implemented changing the factor:
