Skip to content

Files

Latest commit

5d43f3a · Sep 21, 2024

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.