/raycaster-sdl

Simple untextured raycasting engine written in C using SDL2

Primary LanguageC

C/SDL2 Raycaster (Untextured)

Quick implementation of Lode's Raycaster Tutorial in C using SDL2.

Setup

  • Make sure that SDL2 libraries are installed on your computer
  • Clone this repository
  • Compile it with the make command (click here to see all of the Makefile's rules)
  • Launch the project with ./raycaster

How to use

This Raycaster uses the following inputs:

  • Up Move forward
  • Down Move backward
  • Left Turn left
  • Right Turn right

WARNING: This is a quick port not a full project, some features/error handling/optimisations are missing!