This repository contains a simple project used for studying OpenGL concepts. Such as vertex buffers, vertex arrays, shaders, etc.
Before running the application you needed to install it dependencies. At this moment the project uses vcpkg for managing them, so start cloning the repository executing:
git clone https://github.com/caiquetorres/opengl-app
cd opengl-app
./run.sh