WeiCheng14159 / raycaster

Wolfenstein 3D-style raycasting implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raycaster

An efficient and lean implementation of the ray casting algorithm.

Features

  • Both floating-point and fixed-point (8-bit precision) are available.
  • no division operations
  • 8 x 8-bit multiplications per vertical line
  • precalculated trigonometric and perspective tables

Prerequisites

This work is built with SDL2.

  • macOS: brew install sdl2
  • Ubuntu Linux / Debian: sudo apt install libsdl2-dev

License

raycaster is released under the MIT License. Use of this source code is governed by a MIT license that can be found in the LICENSE file.

About

Wolfenstein 3D-style raycasting implementation

License:MIT License


Languages

Language:C 50.9%Language:C++ 35.5%Language:Shell 12.8%Language:Makefile 0.8%