This is a project with setups to work with opengl on linux (freeglut) with vscode as the main editor.
- freeglut
sudo apt-get install freeglut3-dev
- vscode
- Build:
// C++
g++ -g main.cpp -std=c++11 src/*.cpp -lGL -lGLU -lglut -lm -Iinclude -Isrc -o main
- Run:
./main
Config files .vscode folder as my setting.
Useful tools: HTML color code extract code of colors within an image or a picture.