/CG01

Computer Graphics 01 - OpenGL

Primary LanguageCMakeMIT LicenseMIT

Computer Graphics 01 - OpenGL

Template for CG01.

Install

  • OpenGL (libnvidia-gl-xxx or others)
  • GLAD (Corresponding to OpenGL Version)
    • add glad and KHR into the vendor/include directory
    • add glad.c into the vendor/src directory
  • STB Image (Header Already in vendor/std/std_image.h)
  • External Dependencies sudo apt install libglfw3-dev libglm-dev