/RaySharp

A raytracer written in C#

Primary LanguageC#

RaySharp

Lucy and Dragon

What is this?

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

Rendering can be done either in random order or in spiral chunks.

Sources

- Basic Raytracer Structure Ray Tracing in One Weekend

- Additional Info Scratchapixel Raytracing