An animated screensaver for *Nix TUIs. Termirain is an animated screensaver (using NCurses) for *Nix Terminals, displaying a screenful of rain pouring onto a field.
- Download Termirain and navigate to the directory containing the download.
- As root run either:
make
orgcc -std=gnu11 -o /usr/bin/rain main.c -lncurses
in this directory. - Or as a user with sudo privileges run either:
sudo make
orsudo gcc -std=gnu11 -o /usr/bin/rain main.c -lncurses
in this directory.
To run Termirain, just type rain
into your terminal.