Skip to content

tiannahenrylewis/tinyray

Repository files navigation

tinyray

This project was made following Book 1 of Peter Shirley's ray tracing series, Ray Tracing in One Weekend.

Usage

In a terminal navigate to the projects root folder and run the following commands:

Build Executable: g++ -std=c++11 -o tinyRay tinyray.cc

Run Executable: ./tinyRay > image.ppm

Output
This will create a render with the filename image.ppm in the projects folder.


  tinyRay Render
tinyRay Render

About

A weekend raytracer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages