cparnot / ASCIImage

Create UIImage / NSImage instances with NSString and ASCII art
MIT License
1.52k stars 76 forks source link

Animate between images #12

Open cannyboy opened 9 years ago

cannyboy commented 9 years ago

Perhaps this is beyond the realm of ASCIIImage, but it would be awesome to be able to animate between two (or more) ascii images. It would make the creation of things like this easier:

https://github.com/jonathantribouharet/JTHamburgerButton

example

https://github.com/sebastienwindal/FRDLivelyButton

screenshot-3

cparnot commented 9 years ago

Interesting... Using the same numbers/letters for the 2 drawings would indicate which lines or parts of the graphic are supposed to be animated. Definitely beyond the current realm of ASCIImage, and not something I can spend any time on, but intriguing nonetheless.