Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.11 KB

rays

Ray's Ray Tracer - A (Forever In-progress) Monte Carlo Path Tracing Renderer

2019/08/08 - Project still needs a lot of work and I haven't worked on it in a while, but I need to open-source this repo for reasons.

Features

  • Currently: 3.2 million rays/second
  • Multi-threaded tile-based rendering
  • Bounding Volume Hierarchy (BVH) as an acceleration structure
  • Procedural texturing
  • Wavefront OBJ file parsing and rendering
  • Lambertian BRDF
  • Stratified sampling
  • Math (vectors, matrices), high-resolution timing, memory arena allocator and more via raywan/rw

Screenshot

  • Suzanne and 3 Spheres (2048spp, max depth of 3)

    3 depth, 2048spp

Building

This project supports Windows, Mac and Linux and uses Ninja for building. There's also a build.bat file for Windows.

python configure.py
ninja

Dependencies

Resources