All Projects → abishekvashok → Cmatrix

abishekvashok / Cmatrix

Licence: gpl-3.0
Terminal based "The Matrix" like implementation

Programming Languages

c
50402 projects - #5 most used programming language
M4
1887 projects
CMake
9771 projects
shell
77523 projects
Makefile
30231 projects
Roff
2310 projects

Projects that are alternatives of or similar to Cmatrix

rusty-rain
A cross platform matrix rain made with Rust.
Stars: ✭ 217 (-90.83%)
Mutual labels:  matrix, screensaver
Docker Matrix
docker image for matrix.org
Stars: ✭ 134 (-94.34%)
Mutual labels:  matrix
Lacaml
OCaml bindings for BLAS/LAPACK (high-performance linear algebra Fortran libraries)
Stars: ✭ 101 (-95.73%)
Mutual labels:  matrix
Numphp
Mathematical PHP library for scientific computing
Stars: ✭ 120 (-94.93%)
Mutual labels:  matrix
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-95.52%)
Mutual labels:  matrix
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (-94.72%)
Mutual labels:  matrix
Federation
Python library for abstracting social federation protocols
Stars: ✭ 93 (-96.07%)
Mutual labels:  matrix
Aerial
Aerial Apple TV screen saver for Windows
Stars: ✭ 1,853 (-21.68%)
Mutual labels:  screensaver
Eigen Git Mirror
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
Stars: ✭ 1,659 (-29.88%)
Mutual labels:  matrix
Pydml
Distance Metric Learning Algorithms for Python
Stars: ✭ 115 (-95.14%)
Mutual labels:  matrix
Perspectivetransform
Calculate CATransform3D between two Perspectives
Stars: ✭ 113 (-95.22%)
Mutual labels:  matrix
Opencvjs
Complete opencvjs (With the lastest OpenCV 4.0.0+)
Stars: ✭ 108 (-95.44%)
Mutual labels:  matrix
Numsw
Swift library like numpy, playgrounds notebook like jupyter.
Stars: ✭ 126 (-94.67%)
Mutual labels:  matrix
The Federation.info
Statistics hub for the Fediverse
Stars: ✭ 101 (-95.73%)
Mutual labels:  matrix
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (-93.96%)
Mutual labels:  matrix
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-96.2%)
Mutual labels:  matrix
Matrix Puppet Imessage
A two-way puppeted Matrix bridge for Apple iMessage / Messages
Stars: ✭ 109 (-95.39%)
Mutual labels:  matrix
Machinelearning
An easy neural network for Java!
Stars: ✭ 122 (-94.84%)
Mutual labels:  matrix
Matrixstats
R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors)
Stars: ✭ 151 (-93.62%)
Mutual labels:  matrix
Node Sylvester
🐱 Sylvester is a vector, matrix, and geometry library for JavaScript, that runs in the browser and on the server.
Stars: ✭ 144 (-93.91%)
Mutual labels:  matrix

CMatrix

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 by default operates in eye candy mode. It must be aborted with control-c (Ctrl+C) or by pressing q. If you wish for more of a screen saver effect, you must specify -s on the command line. For usage info, use cmatrix -h.

Build Status

Dependencies

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).

Building and installing cmatrix

To install cmatrix, use either of the following methods from within the cmatrix directory.

Using configure (recommended for most linux/mingw users)

autoreconf -i  # skip if using released tarball
./configure
make
make install

Using CMake

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

Running cmatrix

After you have installed cmatrix just run cmatrix to run 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

Valuable information

If you have any suggestions/flames/patches to send, please feel free to open issues and if possible solve them in PRs via Github.

Note: cmatrix is probably not particularly portable or efficient, but it wont hog too much CPU time

Captures

Screenshots

Special Font & bold

Screencasts

Movie-Like Cast

Maintainers

Thanks to:

  • Chris Allegretta [email protected] for writing cmatrix up in a fortnight and giving us the responsibility to further improve it.
  • Krisjon Hanson and Bjoern Ganslandt for helping with bold support and Bjoern again for the cursor removal code, helping with the -u and -l modes/flags, and Makefile improvements.
  • Adam Gurno for multi-color support.
  • Garrick West for debian consolefont dir support.
  • Nemo for design thoughts and continuous help and support.
  • John Donahue for helping with transparent term support
  • Ben Esacove for Redhat 6 compatibility w/matrix.psf.gz
  • jwz for the xmatrix module to xscreensaver at http://www.jwz.org/xscreensaver.
  • Chris Allegretta's girlfriend Amy for not killing him when he stayed up till 3 AM writing code.
  • The makers of the Matrix for one kickass movie!
  • Everyone who has sent (and who will send) us and Chris mails regarding bugs, comments, patches or just a hello.
  • Everyone who has opened issues and PRs on the github repository.

License

This software is provided under the GNU GPL v3.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].