Skip to content

unitycoder/RayTracingInOneWeekend-1

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages