Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 337 Bytes

File metadata and controls

26 lines (18 loc) · 337 Bytes

Introduction-To-PathTracing-2020

p-rayの2020年度講義用のリポジトリ

[WIP]

Requirements

  • C++17
  • CMake 3.13 or Higher

Setup

git submodule update --init

Build

mkdir build
cd build
cmake --build .

Externals