Skip to content

A short course on path-tracing and physically-based-rendering written for Stamatics Projects 2021

License

Notifications You must be signed in to change notification settings

mayant15/stamatics-pbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 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.

Showcase

The following are final results by students in the project.

By @akshatsh49 akshatsh49

By @deepalokkaushik deepalokkaushik

By @Prajwal-Arya Prajwal-Arya

By @sps1112 sps1112

By @sumeet13gupta sumeet13gupta

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 short course on path-tracing and physically-based-rendering written for Stamatics Projects 2021

Topics

Resources

License

Stars

Watchers

Forks

Languages