PicoJr / rray

ray tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RRay

example

Implementation of the Peter Shirley's book: Ray Tracing in One Weekend in Rust.

Example

Compile in release mode.

cargo build --release

Run (generates out.png).

./target/release/rray -w 512 -m 50 -s 1000 --vfov 60 --aperture 0.1 --parallel -o out.png

About

ray tracer

License:Apache License 2.0


Languages

Language:Rust 100.0%