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