ascii-matrix: render ascii art + matrix effect

https://gitlab.com/christosangel/ascii-matrix

This script written in the C language, will render the matrix effect in the terminal, while rendering ascii art loaded from a txt file, at the center of the terminal window.

video.png

Examples

101 points · 6 comments · view on lemmy.world

6 Comments

squirrel@discuss.tchncs.de · 7 pts · 1y (1 reply)

noblenderbenderrender

christos@lemmy.world · 7 pts · 1y

grue@lemmy.world · 6 pts · 1y (1 reply)

Now pipe it through lolcat

christos@lemmy.world · 9 pts · 1y

lolwtf

Ion785@lemmy.world · 2 pts · 1y (1 reply)

Hey, I'd like to check this out, but do not have a GitLab account. Is there any alternative?

christos@lemmy.world · 1 pts · 1y

Hey, this is your lucky day: You don't need a github account.

All you need to do to easily install this project is to install git.

Open a terminal.

If you are using a Debian-based distribution (ubuntu, linuxmint, pop_os etc), copy-paste this command:

sudo apt install git

If you are using an Arch-based distribution:

sudo pacman -S  git

From there, follow the instructions on the repo.

Have fun!

If you need any help, do not hesitate to ask for it.