Implementation of Wolfenstein/DOOM style software rendering.
I've been wondering:
"How the hell did they manage to make Wolfenstein work even if it doesn't have a GPU to render the graphics?".
I decided that to find out, I had to do something similar myself.
First of all, you need to configure sdl
for rust. You can simply follow the instructions provided here: rust-sdl2
cargo build
cargo run