A curses based blinkenlight viewer in perl
- author: stray@stray.ch
- version: 0.1
- description: a quick hack using perl and curses to display blinkenlight movies (http://www.blinkenlights.de)
usage: blinkenperl [-v] [-i] [-g] [-s ] -v displays frame and delay information -i run interactive: scroll manually forwards and backwards -s add characters between lights, default is 0. try 1.
-g attempt to draw some sort of grid. ugly.
This needs curses. your mileage may vary.
The code is here.