asciimation

An ASCII animation interpreter for the terminal.


 .gitignore         |   1 +-
 CMakeLists.txt     |  47 ++++-
 LICENSE            |  21 ++-
 README.md          |  25 ++-
 build.sh           |  35 +++-
 env.sh             |   3 +-
 install.sh         |  36 +++-
 src/asciimation.cc |  21 ++-
 src/asciimation.hh |  23 ++-
 src/color.hh       |  68 +++++-
 src/main.cc        |  75 ++++++-
 src/parg.hh        | 711 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 12 files changed, 1066 insertions(+)
Back to Top