connanp / raytracer

raytracing in one weekend using rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following this book series: https://www.amazon.com/gp/product/B01B5AODD8

In windows, you'll have to specify ascii encoding when piping to a file:

PS F:\workspace\raytracer> .\target\debug\raytracer.exe | out-file test.ppm -encoding ascii

About

raytracing in one weekend using rust


Languages

Language:Rust 100.0%