Skip to content

vasiltop/raywolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycasting Engine

An implementation of a raycasting engine that displays any array of cells into a 3d environment using the SDL2 engine to draw pixels on the screen, based on Lode's computer graphics tutorial.

Installation

> git clone https://github.com/vasiltop/raycaster
> cd raycaster
> make