This repository is for practicing some of The Cherno's OpenGL tutorials.
If you want to get this repo up and running locally on your machine, you'll need to do the following:
- Install Vcpkg. Here's a great YouTube tutorial.
- Install glad and GLFW with Vcpkg.
- Create a solution using CMake. Choose src as the source folder and create your build folder.
I know I can simplify this process by creating a more sophisticated CMakeLists file, but this will have to do for now.