This CMake project template should give you a quick start to follow the great OpenGL-Tutorials on learnopengl.com.
Suggestions for improvements are welcome and appreciated.
You need to have CMake installed and should be able to just open the project in your IDE of choice.
This project includes several of the dependencies used in the tutorials:
- Assimp is not included since I haven't gotten it to work.
- There will be many Build-Targets in your IDE of choice. You simply need to build the Target named "learnopengl".
Many thanks to learnopengl.com for the great content.