Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 947 Bytes

File metadata and controls

49 lines (32 loc) · 947 Bytes

3D Game Engine

This repository contains a C++ port of the 3D Game Engine that was being developed in the OpenGL Tutorial Series by ThinMatrix.

Development

This section will describe how to setup & build the project.

Dependencies

This project has the following external dependencies:

Get the source

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

Build

make build

Run

make run