LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-07-2017, 03:19 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Rep: Reputation: 255Reputation: 255Reputation: 255
Best Matrix Like Screensaver Terminal in C language (ncurses)


Hello,

Would you know the best possible Matrix Like Screensaver Terminal in C language (ncurses) ?

here a cool effect like this in attachment

Have Fun
Attached Thumbnails
Click image for larger version

Name:	4qHKhyv.png
Views:	163
Size:	14.5 KB
ID:	24158  
 
Old 02-07-2017, 03:57 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Code:
        1 c l   ,   K n   c       #   )   [   w Q 6 S   7 h B     0 (     6   =
        y l s   R   v U n F       e A \ F /   h j ] 4   0 + }     k P     )    
          M C ! !   U H 7 b   ]   S e \ d S   t ] 2 A a H 3 C     J L     Q    
          4   9 M   F ^ < 5   d   p \ d i c   z + e % W K x T     B       ] s  
  n       d   E m   * & 0 Y d D   K p   i n   i 7 ! s ? 4   /   i /       " x  
  1       g   V F   E w ( . 3 ^   < Z   0     T |   - Y ;   R   M 8       s 3  
  F     0 O     o   &   r z 8     P g   S     b Q   # . ]   < V & &       % n  
  V     g j     x   y   g X +   Z 4 A   L     < &   2 N Q   F ' t "         ;  
  (     S M     V   r W 9 j U   f . N   `     n |   o w e   s P W ;         J  
  p     F t     b   j ? l 3 *   6 N \   }       ]   M W P   n G z z            
  N     S L         w H ! , }   L ; o           <   ] 8 y   A % m >   "        
  E   ( Y "         V ^   Q 2   /   G           0   5 d ,   D \       } 1   d  
  :   ` 1 P         4 L   V a   X   R           Z   L : H   ` p       o 3   <  
  <   P t A         h I     o   !   U   ^   r   m   t ; I   X s       X ,   x  
  W 2 ; # 2         o V     j   X   O   3   U   {   , ) 9   U V       o ,   b  
  8 g 7 h           w J     g   e   &   '   w   -   ( u u   : g       y K   D  
<   z ' >         K / 2     F   #   k   h   J   1     = N   $ 0       ! .   *  
5   g / x         O j       M   4   O   3   U   e     R <     <       Q `   c  
0   _   j         i S       S 3 G   2 K ! ' &   < u   } Y     }       F j   D  
Q   !             v u       I ! "   6 c & d M     C   q       @       Q =   G  
j   L         k   n           O 6   " : < L s     $   (       +       l 9     ;
s   g         w   y           ) w   7 F P @ J     n   N               q < d   J
L   E         Q   3           = %   1   f / A     9   :               D X |   v
.   }         q   4           5 t   ,   I t y     y   I               ) d O   M
Code:
apt search matrix
or similar should result in cmatrix.

Last edited by ondoho; 02-07-2017 at 04:00 PM.
 
Old 02-07-2017, 04:04 PM   #3
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Code:
sudo apt-get install cmatrix -yqq && cmatrix -bs
not ncurses however.

Last edited by Habitual; 02-07-2017 at 04:05 PM.
 
Old 02-07-2017, 08:29 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
The Xscreensaver package contains a matrix-like screensaver out-of-the-box. It's graphical, though, not ncurses. I don't think I've encountered an ncurses-like screensaver on Linux, though there is very much I don't know.

Last edited by frankbell; 02-07-2017 at 08:31 PM.
 
Old 02-08-2017, 12:55 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Habitual View Post
not ncurses however.
oh that's very sad.
it's curses-based.

hmm, at least on archlinux it definitely depends on ncurses.

oh, and there's also ncmatrix:
Quote:
Originally Posted by man ncmatrix
-I netdev
ncmatrix will display transmitted and received packets as different colored characters
entering the matrix.
and btw, any ol' terminal window can be used as a screensaver with a little fiddling.
one of these days i'll write an article about it...

Last edited by ondoho; 02-08-2017 at 01:05 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is printing in regional language on dot matrix printers supported by debian? nandy Linux - Hardware 2 04-10-2013 11:06 PM
is there a matrix screensaver, very exactly like in the Matrix movie? frenchn00b Linux - Desktop 2 08-20-2009 10:00 AM
Ncurses screensaver for BSD? llista *BSD 5 03-22-2007 08:48 AM
REQ:Matrix screensaver for Mandriva? zack6901 Linux - Software 1 02-02-2007 04:11 AM
Matrix Screensaver magicvash Linux - Software 11 10-28-2004 02:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration