Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 293 Bytes

rays

sample image

A toy path tracer, written in C.

No way (other than changing the source) to load scenes, or choose any settings. It produces the same image every time.

WIP.

Build

cd src
make

this will generate an executable in the bin directory.