/ComputerGraphicsProject_1

This is a project for a Computer Graphics course in NCTU

Primary LanguageCGNU General Public License v3.0GPL-3.0

ComputerGraphicsProject_1

This is a project for a Computer Graphics course in NCTU

Build Environment :

  • OS: Ubuntu 20.04.1 LTS

  • Install libraries:

sudo apt-get install build-essential libgl1-mesa-dev 
# install build tool and drivers

sudo apt-get install libglew-dev libglfw3-dev
# install GLFW and GLEW
  • Check OpenGL version (I am working with version 4.6)
glxinfo | grep OpenGL
# You should find followings lines:
# OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.0.8
# OpenGL shading language version string: 4.60

Build The Project

make all