joaotavora / raytracing-one-weekend

working through https://raytracing.github.io/books/RayTracingInOneWeekend.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

make configure-release
make release

Run

build-release/bin/rtweekend > ~/tmp/test.ppm
feh test.ppm

About

working through https://raytracing.github.io/books/RayTracingInOneWeekend.html


Languages

Language:C++ 96.6%Language:Makefile 1.8%Language:CMake 1.4%Language:C 0.3%