summaryrefslogtreecommitdiffstats
path: root/libraries/perl-Term-Animation/README
diff options
context:
space:
mode:
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
commitd631bc9c7c8a12c0ad9401101b41b152590f824e (patch)
tree1b5e182364879f62cd07d236a4f4aceece4cc3db /libraries/perl-Term-Animation/README
parent88c21a1ea30ad038ce602cd90f48fed7bc075999 (diff)
downloadslackbuilds-d631bc9c7c8a12c0ad9401101b41b152590f824e.tar.gz
slackbuilds-d631bc9c7c8a12c0ad9401101b41b152590f824e.tar.xz
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/README9
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 0000000000..ab20f13356
--- /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