This minimal OpenGL project demonstrates rendering a triangle using modern OpenGL 4.6 with SPIR-V shaders, implemented in C99. Based on the Learn OpenGL tutorial, it utilizes GLFW for window ...
Pull the repo locally and run the executable build.sh on Linux or build.bat on Windows. This will let CMake download the necessary dependencies and build the project ...