NRG.Matrix
1.1.0
dotnet tool install --global NRG.Matrix --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local NRG.Matrix --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NRG.Matrix&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NRG.Matrix --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Enter The Matrix In Console
Make your console enter the matrix!
Install
dotnet tool install --global NRG.Matrix
Start With Defaults
matrix.enter
Start With Parameters
matrix.enter --delay 80 --add-rate 1 --max-objects 9999 --max-frame-time 20 --bench-mode false
Delay
This will set a pause in milliseconds (ms) between the frames.
Max-Objects
Will set the maximum number of objects. When the maximum number is reached, no more objects will be created. (object = falling drop)
Add-Rate
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.
Max-Frame-Time
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.
Bench-Mode
Thiss will toggle the benchmark-mode to see the frame calculation time and the current add-rate.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.