ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
12 lines
577 B
Text
12 lines
577 B
Text
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.
|
|
|
|
If the constructor is passed no arguments, it assumes that it is
|
|
running full screen, and behaves accordingly. Alternatively, it can
|
|
accept a curses window (created with the Curses newwin call) as an
|
|
argument, and will draw into that window.
|
|
|
|
WWW: https://metacpan.org/release/Term-Animation
|