Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 453 Bytes

File metadata and controls

4 lines (3 loc) · 453 Bytes

3D Game Engine

Simple 3D game engine implemented using C++ and OpenGL with first person view mainly for the purpose of practicing OpenGL. Camera movement is controlled with keyboard inputs and angle controlled with mouse inputs. Currently only supports 2D and 3D objects, basic camera movement, and shooting projectiles with mouse click.

Project based on the this tutorial.