Skip to content

Code example to test your VSCode C++ OpenGL setup with GLFW/GLAD

License

Notifications You must be signed in to change notification settings

wry6181/opengl_cpp_vscode_sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opengl_cpp_vscode_sample

Code example to test your VSCode C++ OpenGL setup with GLFW/GLAD.
Done on Windows, with the g++ compiler.

How to use this repo

  • watch this video.
  • main.cpp is an example file for GLFW/GLAD use (for OpenGL 3.3). Just copy its content if you don't already have a cpp file.
  • tasks.json is the VSCode file (put it in .vscode/) which tells how to build the exe. Change the paths given so they match your repo structure and compiler location.

About

Code example to test your VSCode C++ OpenGL setup with GLFW/GLAD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%