Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 883 Bytes

Path Tracing

codecovCodacy BadgeBuild Status

fiddlings for recreational digging into global illumination

gi

Building code

git clone https://github.com/zerhacken/gi

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../.
cmake --build .

clang-format

clang-format -style=llvm -i main.cpp

wsl

sudo apt-get install cmake
sudo apt-get install lcov
sudo apt-get install build-essential gdb