diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-06-24 23:54:37 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-24 23:54:37 -0400 |
commit | d631bc9c7c8a12c0ad9401101b41b152590f824e (patch) | |
tree | 1b5e182364879f62cd07d236a4f4aceece4cc3db /libraries/perl-Term-Animation/README | |
parent | 88c21a1ea30ad038ce602cd90f48fed7bc075999 (diff) |
libraries/perl-Term-Animation: Added (ASCII sprite animation)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/perl-Term-Animation/README')
-rw-r--r-- | libraries/perl-Term-Animation/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/perl-Term-Animation/README b/libraries/perl-Term-Animation/README new file mode 100644 index 0000000000000..ab20f1335695b --- /dev/null +++ b/libraries/perl-Term-Animation/README @@ -0,0 +1,9 @@ +perl-Term-Animation (ASCII sprite animation framework) + +This module provides a framework to produce sprite animations using +ASCII art. Each ASCII 'sprite' is given one or more frames, and +placed into the animation as an 'animation object'. An animation +object can have a callback routine that controls the position and +frame of the object. + +Requires perl-Curses available at SlackBuilds.org
\ No newline at end of file |