Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 197 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 197 Bytes

cpp-opengl-vbo-vao-shaders

Usage:

    git submodule init
    git submodule update
    mkdir build
    cd build
    cmake ..
    make
    ./triangle

Tested on Linux, MacOS and Windows.