/the-imac-light-corridor

Synthèse d’images, Projet S2 : Remake du jeu "Light Corridor" sous OpenGL

Primary LanguageC

The IMAC Light Corridor

Projet mené dans le cadre du cours de synthèse d’images (école d’ingénieurs IMAC).

Capture d’écran 2023-06-05 à 19 03 49

Subject (© IMAC): the-imac-light-corridor.pdf

Installation

! Please Note : Required libraries : glfw3 and OpenGL.

# Clone this repository
git clone git@github.com:baptistejouin/the-imac-light-corridor.git

# Change directory
cd the-imac-light-corridor

# init CMake
cmake .

# Complile and run
make run