This repository contains a C++ port of the 3D Game Engine that was being developed in the OpenGL Tutorial Series by ThinMatrix.
This section will describe how to setup & build the project.
This project has the following external dependencies:
This project is hosted at: https://github.com/nrednav/game-engine
HTTPS:
git clone https://github.com/nrednav/game-engine.git
SSH:
git clone git@github.com:nrednav/game-engine.git
make build
make run