项目作者: SebastianMestre

项目描述 :
A toy path tracer in C
高级语言: C
项目地址: git://github.com/SebastianMestre/Rays.git
创建时间: 2020-03-08T23:37:56Z
项目社区:https://github.com/SebastianMestre/Rays

开源协议:

下载


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

  1. cd src
  2. make

this will generate an executable in the bin directory.