/Computer_Graphics_with_OpenGL_hw

All homeworks completed during my 9th semester in the subject of Computer Graphics using OpenGL library.

Primary LanguageC++

Computer_Graphics_with_OpenGL_hw

All homeworks completed during my university lectures of Computer Graphics using OpenGL library.

To compile a C++ programm with the GLUT and OpenGL libraries: $g++ <FILE_NAME> -o <EXECUTABLE_NAME> -lglut -lGLU -lGL