redstrate.com/content/software/raytracer/index.md

553 B

title date draft source license tags resources layout
Raytracer 2020-02-17T22:29:22-05:00 false https://git.sr.ht/~redstrate/raytracer MIT
C++
3D
src name
img/output.png Screenshot
project

CPU raytracer.


This is a CPU-based raytracer, and also my first! This features things such as:

  • Naive multi-threading support based on tiles and utilizing C++ futures.
  • Ability to load arbitrary OBJs and render them.
  • Indirect light sampling.
  • Shadows!!
  • dear imgui interface for easily viewing the results.