From 1cb362a5ee29a858ae3dc72811233d0f1c0a93e4 Mon Sep 17 00:00:00 2001 From: profan Date: Sun, 7 Jun 2026 18:51:07 +0100 Subject: [PATCH] add note about running --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f15ea0b..a4c5f5f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This program is also an interactive visualizer of the rendering process, allowin ![The Application, in its 1024x1024 window](sharpero.png) +# How do I run it? + +You'll need .NET 10, with `dotnet run -c Release` that should be all you need for it to fetch all of its dependencies and run. + +The only dependencies are RayLib-Cs (for the interactivity) and SkiaSharp (for writing out the image). + # (Crude) Benchmark Results On my own machine (CPU: Ryzen 7 4800HS), the results tabulate roughly as follows.