Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.61 KB

CSharpPathTracer

A naive path tracing implementation written in C#.

Build & Run

Open the solution in Visual Studio 2017, then build and run.

Or build and run with .NET Core:

cd CSharpPathTracer
dotnet run

Then the rendered image is saved to

  • Windows: C:\Users\<your_user_name>\xxx.png
  • Linux/macOS: ~/xxx.png.

Result

Environment: Win10, i7-8700

Sample: 4096, Depth: 10, Time Used: 641.88s

Article