8000 GitHub - 4ster-light/fmatrix: An alternative to the famous cmatrix C++ program written in F#
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

4ster-light/fmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

An alternative to the famous cmatrix program, implemented in F# using .NET.

Overview

This program creates a digital rain effect, similar to the iconic Matrix movie visuals, with falling characters in the terminal. It is written in F# and runs as a .NET console application.

Usage

Ensure you have the .NET SDK installed (compatible with .NET 9.0). Clone the repository and navigate to the project directory. Build and run the project using:

dotnet run

To build a release binary:

dotnet build -c Release

The program will display the Matrix digital rain effect in your terminal. Resize the terminal window to adjust the display dynamically.

Requirements

  • .NET SDK 9.0 or later.
  • A terminal that supports ANSI escape codes (e.g., most Linux terminals).

Important

This program has been tested only on Linux. It may work on other platforms with ANSI-compatible terminals (e.g., Windows Terminal, macOS Terminal), but compatibility is not guaranteed.

The program does not yet implement the full functionality of cmatrix (e.g., customizable colors or character sets).

License

BSD 3-Clause License

About

An alternative to the famous cmatrix C++ program written in F#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0