Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 506 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 506 Bytes

Ray tracer

A rust attempt at a ray tracer that runs in your browser (compiles to wasm). You can check the live demo at this page.

Build

For building you just need rust and run:

  1. cargo build
  2. cargo run -- -f png -o img.png --width 1080

Example

Diffuse render:

Examples

Normals render:

Examples