Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 405 Bytes

WPGU-Renderer

A rasterizer and raytracer renderer written in Rust using the wgpu library.

Demo

To run:

cargo run --release

To run wasm:

cargo xtask run-wasm --release

The raytracer in the web version can only display shades of red because of this.