asciimation
An ASCII animation interpreter for the terminal.
CMakeLists.txt | 7 +-
README.md | 21 +-
examples/bunny | 194 +++++++++-
examples/dads_birthday | 814 ++++++++++++++++++++++++++++++++++++++-
examples/dads_birthday.asciimation | 812 +--------------------------------------
examples/hello_world | 3 +-
examples/octo | 3 +-
examples/octobanana | 3 +-
examples/plane | 813 ++++++++++++++++++++++++++++++++++++++-
examples/simple | 6 +-
src/ansi_escape_codes.cc | 142 +++++++-
src/ansi_escape_codes.hh | 120 ++++++-
src/asciimation.cc | 285 +++++++++++--
src/asciimation.hh | 24 +-
src/color.hh | 71 +---
src/main.cc | 89 +---
src/term.hh | 88 +++-
17 files changed, 2504 insertions(+), 991 deletions(-)