home *** CD-ROM | disk | FTP | other *** search
/ Login Magazine 68 / LoginMagazineNo68.bin / contribs / cmatrix.txt < prev    next >
Text File  |  1999-11-07  |  2KB  |  45 lines

  1. CMatrix - show a scrolling 'Matrix' like screen in Linux (curses based)
  2. ------------------------------------------------------------------------------
  3.  
  4. CMatrix Homepage - be sure to check out the latest version =-)
  5. http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html
  6.  
  7. To compile the program, type 'make'.
  8.  
  9. CMatrix by default operates in 'eye candy' mode.  It must be aborted with
  10. control-c or 'q'.  If you wish for more of a 'screen saver' effect, you
  11. must specify -s on the command line.  For usage, use cmatrix -h.
  12.  
  13.   To get the program to look most like the movie, use cmatrix -lba
  14.   To get the program to look most like the Win/Mac screensaver, use
  15.   cmatrix -ol
  16.  
  17.    You'll probably need a decent ncurses library to get this to work. I
  18. have provided a binary that depends on ncurses 4.2 & glibc6.
  19.    If you have any suggestions/flames/patches to send, please feel free to
  20. do so.  Please do not critique my code, I know I'm a hack ;-)  I just got
  21. the urge to write this one evening, and decided to see how fast I could do
  22. it.  It's probably not particularly portable or efficient, but I'm pretty
  23. sure it wont hog *too* much CPU time.
  24.  
  25. Chris Allegretta
  26. chris.allegretta@plattsburgh.edu
  27.  
  28. Thanks to:
  29. - Krisjon Hanson and Bjoern Ganslandt for helping with bold support and 
  30.   Bjoern again for the cursor removal code, helping with the -u and -l
  31.   modes/flags, and Makefile improvements.
  32. - Adam Gurno for multi-color support.
  33. - Garrick West for debian consolefont dir support.
  34. - nemo for design thoughts and continuous help and support.
  35. - John Donahue for helping with transparent term support
  36. - Ben Esacove for Redhat 6 compatibility w/matrix.psf.gz
  37. - Everyone who has been sending (and who will send) me mail regarding
  38.   bugs, comments, patches or just a hello. =-)
  39. - jwz for the xmatrix module to xscreensaver at http://www.jwz.org/xscreensaver.
  40. - My girlfriend Amy for not killing me when I stayed up till 3AM writing this =)
  41. - The makers of the Matrix for one kickass movie!
  42.  
  43. This software is provided under the GNU GPL.  I am in no way affiliated
  44. in any way with the movie 'The Matrix', just a big fan.
  45.