Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 433 Bytes

Rust Software Rendering

An experimental software renderer written in pure Rust.

screenshot

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.