Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 287 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 287 Bytes

Usage

git clone --recursive https://github.com/qiweicao/learn-opengl.git

mkdir build
cd build
cmake ..
cmake --build
cd ..

run on windows:
cmake --build .; ./src/Debug/main.exe

OpenGL

versioin: 4.6

License

MIT License