Skip to content

C# implementation of Peter Shirley's 'Ray Tracing' book series.

License

Notifications You must be signed in to change notification settings

lachlankidson/RayTracingInOneWeekend

Repository files navigation

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

About

C# implementation of Peter Shirley's 'Ray Tracing' book series.

Topics

Resources

License

Stars

Watchers

Forks

Languages