add note about running

This commit is contained in:
profan 2026-06-07 18:51:07 +01:00
parent c70566dfa5
commit 1cb362a5ee
1 changed files with 6 additions and 0 deletions

View File

@ -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.