redstrate.com/content/software/raytracer/index.md
Joshua Goins b200c47078
All checks were successful
Deploy / Deploy Website (push) Successful in 31s
Fix even more links
2025-04-12 11:03:07 -04:00

575 B

title date draft source license projtags layout aliases summary
Raytracer 2020-02-17 false https://code.ryne.moe/redstrate/raytracer MIT
CPlusPlus
3D
project
/projects/raytracer
CPU raytracer.

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

Screenshot of a raytraced Suzanne

  • 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.