Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 625 Bytes

README.org

File metadata and controls

34 lines (25 loc) · 625 Bytes

Raycasting

Simple program for simulating raycasting in SDL.

Description

The program currently uses raycasting to simulate lightning in a two-dimensional plane.

raycast.mp4

Note: This project is still work in progress.

Building

$ git clone https://github.com/8dcc/raycasting
$ cd raycasting
$ make
...

Usage

$ ./raycasting.out
Press <Esc> or <q> to exit...