A C# raytracer, based on the book Ray Tracing in One Weekend by Peter Shirley, with additional live preview in OpenTK, Wavefront OBJ model loading and a denoiser.
Rendering can be done either in random order or in spiral chunks.
- Basic Raytracer Structure Ray Tracing in One Weekend
- Additional Info Scratchapixel Raytracing