Go to branch "largefiles" to download two zip files.
Unzip the files and place them into their corresponding directories.
The file structure should look like this:
ICG_25_FinalProject/
├── .gitignore
├── CMakeLists.txt
├── src/
│ ├── asset/ <-- Unzip asset.zip content here
│ ├── header/
│ ├── shaders/
│ ├── CMakeList.txt
│ ├── main.cpp
│ ├── shaders.cpp
│ └── stb_image.cpp
├── extern/ <-- Unzip extern.zip content here
└── build/ (If it doen't exist, don't worry)