Skip to content

caiquetorres/opengl-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains a simple project used for studying OpenGL concepts. Such as vertex buffers, vertex arrays, shaders, etc.

Getting started

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

Running for Linux and Mac

./run.sh