/MazeRaycaster

OpenGL and GLFW raycaster.

Primary LanguageC++

MazeRaycaster

A very simple raycaster made as a college project for C++ class.

It has been created with OpenGL and GLFW3.

Screenshots

gameplay

Build

To build it you must have cmake downloaded on your OS.

Windows

It has only been tested on Visual Studio 2022 environment.

Visual Studio 2022 Community

Execute the following command in the project's root directory:

mkdir build && cd build
cmake ..

Open solution MazeRaycaster.sln

Controls

W A S D to move the player.

M to open the map.