Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobiaslrn/raysharp

A raytracer written in C#
https://github.com/tobiaslrn/raysharp

opentk raytracing raytracing-one-weekend

Last synced: about 1 month ago
JSON representation

A raytracer written in C#

Awesome Lists containing this project

README

        

# RaySharp

![Lucy and Dragon](Pictures/LucyDragonBox.png)

### 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](https://raytracing.github.io/books/RayTracingInOneWeekend.html)

\- Additional Info [Scratchapixel Raytracing](https://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-ray-tracing)