Skip to content

mdraavash/opengl-VsCode-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Setup for VsCode

To setup OpenGL in your device

download mingw from https://github.com/niXman/mingw-builds-binaries/releases/download/15.1.0-rt_v12-rev0/x86_64-15.1.0-release-mcf-seh-ucrt-rt_v12-rev0.7z

extract it onto your C directory

Then go into mingw64\bin and rename mingw32-make.exe to make.exe

Clone into the repo and write program in the src\main.cpp

to run your program, ensure that you have make installed if not installed it from msys2 using command pacman -S make

to run, type make in your terminal

refer to this youtube view for help: https://www.youtube.com/watch?v=F6DLmr3z_ig&list=WL&index=30&t=1s&ab_channel=Aus.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages