asciimation

An ASCII animation interpreter for the terminal.


 install.sh         |  3 +--
 src/asciimation.cc | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/asciimation.hh | 14 ++++++++-
 src/color.hh       |  3 ++-
 src/main.cc        | 32 ++++++++++++++++++---
 src/term.hh        | 41 +++++++++++++++++++++++++++-
 6 files changed, 170 insertions(+), 8 deletions(-)
Back to Top