Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.56 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.56 KB

Ray Tracing In One Weekend (C#)

A CPU-based C# / .NET 6 port of Peter Shirley's C++ ray tracing series:
Ray Tracing in One Weekend
Ray Tracing: The Next Week

Like the original a scene can be selected in the Main method of Progam.cs and output piped to a PPM file, e.g: RayTracing.exe > image.ppm

alt text

Improvements

TODOs

Example Renders

alt text alt text alt text