Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.25 KB

TDT4230-Final-Project

This was my delivery for the final project in TDT4230 - Graphics and Visualization at NTNU. I implemented Portals in OpenGL using stencil buffers. Demo video: https://youtu.be/noxH2141WDc

When playing, portals can be placed by looking at the walls and clicking the mouse buttons. The player can move using the WASD, left shift and space.

image

Setup

  • Clone the project: git clone --recursive https://github.com/LarsAur/TDT4230-Final-Project.git
  • Run cmake: make build or cmake -B ./build -S
  • Compile and run: make run

Note: When compiling for windows make build assumes the usage of MinGW Makefiles

Libraries

Resources