Graphics library setup
Quick setup
git clone https://github.com/ullaskunder3/graphics.h-project-template.git
Detail setup can be found on my other repo solution-to-graphics.h
My directory look like
D:.
├───.vscode
└───Home
├───build
└───src
- Just
Ctrl+Shift+Bto run the build task you will get the executable file in build folder
!mportant
-
Folder
srccontains source code -
Folder
buildwhere compiler generate .exe -
.vscode contains c_cpp_properties.json and task require modification according to your environment and types compiler
