Skip to content

Simple ray tracer implemented in .net core

Notifications You must be signed in to change notification settings

hajduakos/RayTracerDotNet

Repository files navigation

RayTracer.Net

.NET Core

A simple, cross platform ray tracer implemented in .NET 8.0. See the scene files in the Scenes folder for examples.

Building and running

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

Samples

Sample

Sample

Sample

Sample

Sample

Sample

About

Simple ray tracer implemented in .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages