Skip to content

jmazin/rtow

Repository files navigation

Ray Tracing in One Weekend

Install CMake

  • Install CMake (on mac: brew install cmake)

Create a project (only have to do this once)

  • cmake -B build

Build project and Create an image

  • Build project: cmake --build build
  • Create image: build/inOneWeekend > image.ppm
  • Open file (on mac): open image.ppm
  • In one line: cmake --build build; build/inOneWeekend > image.ppm; open image.ppm

Book Attribution

Title: Ray Tracing in One Weekend
Author: Peter Shirley, Trevor David Black, Steve Hollasch
Version/Edition: v4.0.0-alpha.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published