Skip to content

A Pathtracer Renderer as part of a Stamatics Project

License

Notifications You must be signed in to change notification settings

sps1112/stamatics-pbr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physically-Based Rendering

A short course on pathtracing for Stamatics Projects '21.

Structure

The week-* branches have tasks and corresponding code created as part of the eight week course. The main branch contains a continuation of that project, extended with various other features and improvements.

Examples

1024

Build Instructions

Requirements:

  • C++ compiler. The main branch requires C++17 but the weekly tasks are compatible with C++11
  • CMake (get this via pip and not apt if you're on Ubuntu)

Build:

mkdir build
cd build
cmake ..
cmake --build .

You should now have an executable in build/bin or build/bin/Debug

About

A Pathtracer Renderer as part of a Stamatics Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.4%
  • C 17.4%
  • CMake 0.2%