OpenGL C Example is a simple program demonstrating basic modern, core OpenGL 3.3 with CMake 3.5 using the C89 programming language. This program contains commonly used libraries GLFW, GLAD, and STB.
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 ...