add note about running
This commit is contained in:
parent
c70566dfa5
commit
1cb362a5ee
|
|
@ -8,6 +8,12 @@ This program is also an interactive visualizer of the rendering process, allowin
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
# 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
|
# (Crude) Benchmark Results
|
||||||
|
|
||||||
On my own machine (CPU: Ryzen 7 4800HS), the results tabulate roughly as follows.
|
On my own machine (CPU: Ryzen 7 4800HS), the results tabulate roughly as follows.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue