Skip to content

nrednav/game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ port of a Java-based 3D Game Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages