Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.78 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.78 KB

OpenGL Engine

About

Custom game engine made with OpenGL.

Contains a sample scene presenting features of the engine.

Features

  • Transformations (Scaling, Translation, Rotation)
  • Camera with mouse look
  • Textures
  • Skybox
  • Loading models in .obj format
  • Phong lighting model - ambient, diffuse and specular lighting

Controls

  • Use mouse to look around
  • Use W A S D keys to move

Built With

Prerequisites

Visual Studio

Installation

  1. Clone project
git clone https://github.com/kotikfi/opengl-engine.git
  1. Run project with CTRL+F5 (Visual Studio)