Make your console enter the matrix!
dotnet tool install --global NRG.Matrix
matrix.enter
matrix.enter --delay 80 --add-rate 1 --max-objects 9999 --max-frame-time 20 --bench-mode false
This will set a pause in milliseconds (ms) between the frames.
Will set the maximum number of objects. When the maximum number is reached, no more objects will be created. (object = falling drop)
A factor to a function who depends on screen width. It has impact on the number of objects that are added to the screen on each frame.
This will set a target time for a frame to display, if the frame takes more time to calculate, the add-rate will be decreased until it can handle it.
Thiss will toggle the benchmark-mode to see the frame calculation time and the current add-rate.