Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytvwld/libterm-animation-perl-debian
https://github.com/ytvwld/libterm-animation-perl-debian
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ytvwld/libterm-animation-perl-debian
- Owner: YtvwlD
- Created: 2016-06-15T14:27:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T18:38:08.000Z (11 days ago)
- Last Synced: 2024-10-27T22:42:45.000Z (11 days ago)
- Language: Perl
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Term::Animation
============================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 entity'. An animation
entity can have a callback routine that controls the position and
frame of the entity. The module can also do collision detection
between entities.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Curses
COPYRIGHT AND LICENCE
Copyright (C) 2003 Kirk Baucom L
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.