A simple, cross platform ray tracer implemented in .NET 8.0.
See the scene files in the Scenes
folder for examples.
The program can be built using the dotnet
command.
When running the program the single parameter specifies the input scene.
Windows
dotnet build -c release
RayTracer\bin\Release\net8.0\RayTracer.exe Scenes\misc.xml
Linux / Mac
dotnet build -c release
dotnet RayTracer/bin/Release/net8.0/RayTracer.dll Scenes/misc.xml