OpenGL starter project Features CMake configuration with GLEW and GLFW. Example code for creating a window using the mentioned libraries. Automatically download and unzip dependencies into dedicated directories. CMake plugin preset for VSCode. Usage Run ./scripts/install-deps.sh to download and unzip dependenciew into vendor directory. Use ./scripts/run.sh script to compile and run the project. (Alternative) Use VSCode CMake plugin to build and debug through the IDE. Issues Doesn't seem to work on Wayland.