RenderSharp
RenderSharp copied to clipboard
A library using ComputeSharp to ray trace render scenes in C#
RenderSharp
A library using ComputeSharp to render scenes in C#
Loading a scene
To load a scene you must change the projectPath string in MainWindow.xaml.cs to match your project folder.
Where's the ray tracing code?
Here. This project contains all the ray tracing code.