Compiling and Executing Tom Dallings OpenGL tutorials

  Kiến thức lập trình

Hi my University assigned this Tom Dalling’s OpenGL tutorial as exercises for self study from this website: Tom Dallings OpenGL Tutorial

But I am having trouble compiling and executing the code. I have cloned the repository https://github.com/tomdalling/opengl-series on to vscode on Windows but am unsure with what to do.

Is this tutorial just deprecated now? How would you compile and run the code on vscode with windows? I aslo have a a linux subsystem with wsl but that also did not work.

For the first project 01_project_skeleton, I have tried running the main.cpp code by clicking run on vscode but that runs into linking problems where it can’t find the header files in the include header.

The tutorial does not state how to run the code other than that it should be easy to do for vscode on windows and that it doesn’t need to download any extra dependancies.

New contributor

user24548213 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT