Beyond the Sky

The place where surface stop and share the experience of life

matrix 0.2

, ,

What's New?
===========

- uses getopt to manipulate arguments, better way compare to 0.1a
- take off kbhit for unblocking keypress detects, instead uses timeout(0) and getch
- can change color during matrix is runing
- q and enter to terminate the matrix
- support default background color, if you have pseudo transparent on, you will experience it.


matrix 0.2
simple matrix animation using ncurses lib
Usage: matrix [option]...
matrix --version
matrix --help

-c [1-7] Color value from 1 to 7, default is 2
-t [string] Text heading for each flow string
-s [1-9] The flow speed, 1 fastest, 9 slowest
-l [1-50] Default have 25 flow strings, you can add more
-b Use black as background
-v Print Version
-h Print Usage

Internal Usage:
q | enter Quit the program
[1-7] Changing color




Binary:
matrix_0.2.tar.gz

Source Code:
matrix_0.2_source.tar.gz

matrix 0.1aPlay 4 videos at the same time

Comments

Unregistered user Tuesday, July 29, 2008 6:53:37 PM

Anonymous writes: Please, host your code at google code. Here is impossible download with wget the files.

Unregistered user Saturday, March 14, 2009 6:11:59 PM

Paul writes: This is great !!! Keep up the good work!! :)

Unregistered user Tuesday, April 27, 2010 5:45:20 PM

Anonymous writes: to compile it type --> g++ matrix.cc -lncurses hope that helps someone!

Write a comment

New comments have been disabled for this post.