octobanana / asciimation

An ASCII animation interpreter for the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Per-frame view widget?

rubyFeedback opened this issue · comments

Hey there,

I have a project in ruby where I use animated ASCII. I collect these
into standalone text files though.

Is it possible for asciimation to also show/dump these text files?
I could then e. g. display them on the web-browser via javascript
just to give a use case.

IF this would be possible it would be great if the main README
could have one short example in how to make this work; it
suffices to just dump this on the commandline, don't need
anything fancy. I do understand that this is just a hobby
project though. :)

I am not entirely sure what you want. Do you want asciimation to read the frames from a directory of text files? Or do you want it to export the ascuuation input files to such a directory?