Skip to content

A simple CPU ray tracing engine

Notifications You must be signed in to change notification settings

wikiti/BasicRayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Ray Tracing (BRT)

An implementation of a CPU Ray Tracing engine, created by following the "Ray Tracing in One Weekend" tutorial (actually, it took me nearly one week for the first part).

Sample render

Build

Use cmake and make to build the project:

cd build
cmake ..
make

Usage

Simply run the build executable, and place the output PPM on a file:

build/BasicRayTracing > output.ppm

Resources

About

A simple CPU ray tracing engine

Resources

Stars

Watchers

Forks

Packages

No packages published