Skip to content

A simple path-tracer written in C++ to experiment with sampling methods. This will continue to be developed.

Notifications You must be signed in to change notification settings

shabaazxh/Basic-PathTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Path Tracer

A simple path tracer written in C++ to experiment with various sampling methods. This project will continue to evolve as I learn and experiment further with rendering techniques.


How to Run

To build and run the path tracer, follow these steps:

1. Build the Project

clang++ -std=c++20 -o main main.cpp
./main > output.ppm
Path tracer output example Path tracer output example Path tracer output example

About

A simple path-tracer written in C++ to experiment with sampling methods. This will continue to be developed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages