# OpenGL-Computer-Graphics-Project **Repository Path**: albertyg/OpenGL-Computer-Graphics-Project ## Basic Information - **Project Name**: OpenGL-Computer-Graphics-Project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGL Computer Graphics Project ## How to Run: * Open the terminal and run the command: ```g++ -o main SBE306B_Spring20_Project_Group_03.cpp imageloader.cpp glm.cpp -lGL -lglut -lGLU -lm ``` * Then run: ```./main```