Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 523 Bytes

File metadata and controls

15 lines (11 loc) · 523 Bytes

Rust Software Rendering

An experimental software renderer written in pure Rust.

0001-0418.mp4

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.