Skip to content

Simple untextured raycasting engine written in C using SDL2

Notifications You must be signed in to change notification settings

matroyer/raycaster-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published