Apr 25, 2025
OpenGL And CMake Setup
I did it! After several attempts following multiple tutorials over the past week I’ve finally figured out how to set up OpenGL and CMake (using CMakeLists and not the .vscode launch tasks) in VSCode! So this code should also run on my Mac too, I’ll just have to set up the initial c++ environment and all of that first.

Here is a repository for the template
https://github.com/kerowav/RudeRacoon
I documented some of the process in the github readme
Now that I have OpenGL working it’s back to the tutorial from learnopengl.com!