Yet another openGL graphics library
The name of the repository comes from my confusion of all the openGL -related projects: GLFW, GLEW, GLES, GLAD, ... so I created my own: GLxblt.
This is just my base for studying openGL
Resources: https://learnopengl.com
- OpenGL 3.3
- CMake
- Eigen3
- GLFW
- GLUT for the GLUT demo only
- Install dependencies
cd glfw-test
cmake -S . -B build && make -j16 && ./build/app