8000 GitHub - matroyer/raycaster-sdl: Simple untextured raycasting engine written in C using SDL2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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!

About

Simple untextured raycasting engine written in C using SDL2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0