Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
No More Secrets | 5,280 | 8 months ago | 1 | February 27, 2018 | 2 | gpl-3.0 | C | |||
A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. | ||||||||||
Cmatrix | 3,393 | 23 days ago | 50 | gpl-3.0 | C | |||||
Terminal based "The Matrix" like implementation | ||||||||||
Gomuks | 1,160 | 16 days ago | 15 | November 19, 2022 | 165 | agpl-3.0 | Go | |||
A terminal based Matrix client written in Go. | ||||||||||
Cxxmatrix | 573 | 2 years ago | mit | C++ | ||||||
C++ Matrix: The Matrix Reloaded in Terminals (Number falls, Banners, Matrix rains, Conway's Game of Life and Mandelbrot set) | ||||||||||
Neo | 465 | 10 months ago | 9 | other | C++ | |||||
Simulates the digital rain from "The Matrix" (CMatrix clone with 32-bit color and Unicode support) | ||||||||||
Matrix Rain | 428 | 2 | 3 | 2 months ago | 9 | September 13, 2021 | 2 | mit | JavaScript | |
The famous Matrix rain effect of falling green characters in a terminal | ||||||||||
Rusty Rain | 233 | 6 months ago | 10 | May 22, 2022 | 6 | apache-2.0 | Rust | |||
A cross platform matrix rain made with Rust. | ||||||||||
Dotmatrix | 108 | 1 | 4 years ago | May 29, 2021 | 2 | mit | Go | |||
Encodes images to a "dot matrix" pattern using braille unicode characters. | ||||||||||
Fakesteak | 82 | 6 months ago | cc0-1.0 | C | ||||||
All I see is blonde, brunette, red head. — Matrix Rain for your terminal, CC0. | ||||||||||
Wasm Matrix | 60 | 2 years ago | 5 | apache-2.0 | TypeScript | |||||
A Matrix effect in your terminal using AssemblyScript 🚀 and WASI 🧩 . Deployed to WAPM 📦 . |
CMatrix is based on the screensaver from The Matrix website. It shows text flying in and out in a terminal like as seen in "The Matrix" movie. It can scroll lines all at the same rate or asynchronously and at a user-defined speed.
CMAtrix is inspired from 'The Matrix' movie. If you haven’t seen this movie and you are a fan of computers or sci-fi in general, go see this movie!!!
❕
Disclaimer
: We are in no way affiliated in any way with the movie "The Matrix", "Warner Bros" nor any of its affiliates in any way, just fans.
You'll probably need a decent ncurses library to get this to work. On Windows, using mingw-w64-ncurses is recommended (PDCurses will also work, but it does not support colors or bold text).
Run this command to check the version of ncurses.
ldconfig -p | grep ncurses
If you get no output then you need to install ncurses. Click below to install ncurses in Linux.
To install cmatrix, Clone this repo in your local system and use either of the following methods from within the cmatrix directory.
configure
(recommended for most linux/mingw users)autoreconf -i # skip if using released tarball
./configure
make
make install
Here we also show an out-of-source build in the sub directory "build". (Doesn't work on Windows, for now).
mkdir -p build
cd build
# to install to "/usr/local"
cmake ..
# OR
# to install to "/usr"
#cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install
After you have installed cmatrix just type the command cmatrix
to run it :)
cmatrix
Run with different arguments to get different effects.
cmatrix [-abBflohnsmVx] [-u update] [-C color]
Example:
cmatrix -ba -u 2 -C red
For more options and help run cmatrix -h
OR
Read Manual Page by running command man cmatrix
To get the program to look most like the movie, use cmatrix -lba
To get the program to look most like the Win/Mac screensaver, use cmatrix -ol
📍 Note: cmatrix is probably not particularly portable or efficient, but it won't hog too much CPU time.
-u
and -l
modes/flags, and Makefile improvements.If you have any suggestions/flames/patches to send, please feel free to:
This software is provided under the GNU GPL v3. View License