rjkilpatrick / d-raytracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Tracing in One Weekend

ray traced image

This project borrows from the excellent Ray Tracing in One weekend book series.

The eventual aim is that the books themselves are ported to tutorials in D.

Output an image

We output our image to stdout as a PPM image to avoid any file manipulations or usage of an external library.

dub run -q > ./image.ppm

Then open your ppm image in your favourite image viewer.

About

License:MIT License


Languages

Language:D 100.0%