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.