An open API service indexing awesome lists of open source software.

https://github.com/overshifted/rustsoftwarerendering


https://github.com/overshifted/rustsoftwarerendering

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rust Software Rendering
An experimental software renderer written in pure Rust.

https://github.com/user-attachments/assets/2303dd8e-d48e-4fa5-b43c-1fd64353c17e

To run:
```sh
git clone https://github.com/OverShifted/RustSoftwareRendering
cd RustSoftwareRendering
cargo run --release
```

Note: This project depends on [minifb](https://github.com/emoon/rust_minifb). So you might need to install [these libraries](https://github.com/emoon/rust_minifb#build-instructions) on Linux.