ASCII Animator
ascii-animator.mp4
How to Use
-
Clone this repository and
cd
into it:git clone [email protected]:davidhsingyuchen/ascii-animator.git cd ascii-animator
-
Create
image.ans
and populate it with your favorite ASCII art (take a look at ASCII Art Convertor!). -
Create the config file:
cp config.yaml.dist config.yaml
-
See how the animation looks like with the default configuration:
make run
-
Tune the values in
config.yaml
according to your personal preferences.
Notes
The stage when randomized images are displayed is designed to override the previous line on purpose.
TODOs
- Explain why this project is created when the MV is ready.