Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 518 Bytes

CPathTracer

A Path Tracer written in C with CMake - for fun!

Disclaimer: I've never used C before except for a few small mini programs :D There might be extremely broken or stupid things in this code.

Image

Compilation

I'm working with CLion/CMake and use CLang as compiler. Currently only windows is supported and I think there's also clang-specific stuff in the code.

YMMV :)

Inspiration

Aras Pranckevičius ToyPathTracer https://github.com/aras-p/ToyPathTracer/tree/main