NRG.Matrix 1.2.0-beta.1

This is a prerelease version of NRG.Matrix.
dotnet tool install --global NRG.Matrix --version 1.2.0-beta.1
                    
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.2.0-beta.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NRG.Matrix&version=1.2.0-beta.1&prerelease
                    
nuke :add-package NRG.Matrix --version 1.2.0-beta.1
                    

Enter The Matrix In Console

Make your console enter the matrix!

sample

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.

Version Downloads Last updated
1.2.0-beta.1 0 2/15/2025