An experimental software renderer written in pure Rust.
To run:
git clone https://github.com/OverShifted/RustSoftwareRendering
cd RustSoftwareRendering
cargo run --release
Note: This project depends on minifb. So you might need to install these libraries on Linux.