Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 327 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 327 Bytes

Ray Casting

This is a basic 2d ray casting simulation using rust. The drawing was done with macroquad.

Demo

Running

Install rust, clone this repo, then:

cd ray_casting
cargo run --release