/HiOpenGL

cmd environment opengl helloworld project with vscode+opengl+mingw+cmake+ninja

Primary LanguageCGNU General Public License v3.0GPL-3.0

HiOpenGL

Cmd environment opengl helloworld project with compile tool chain:

  • vscode
  • opengl
  • mingw
  • cmake
  • ninja

In windows

At first

mkdir build
cd .\build 
cmake .. -G Ninja

Then run

.\OpenGLLearn.exe