Skip to content

wstevick/path-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wesley's Fun Path Tracer

Instructions:

pip install -r requirements.txt
# Install my personal utility modules
git clone https://github.com/wstevick/my-modules
export PYTHONPATH="./my-modules:$PYTHONPATH"
# Higher values cause rendering to take longer, lower values produce grainer images
# Defaults to 12 if unspecified
export NSAMPLES=30
# Saves output to out.png
python3 main.py

An unbiased, physically based path tracer optimized with resampled importance sampling. Because I wanted something fun to do April of 2023. The exciting file is shader.glsl.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors