ASCII-animations
windy day
-ejm99
Java Applet ASCII-animation
2015: Because this is so old (AND because I don't understand Java Applets at all), the animation can no longer be viewed because of security reasons. The following was the coding for the animation:
<applet code="AsciiViewer.class" width="400" height="220"> <param name="filename" value="windasciianim1" /> <param name="compressed" value="none" /> <param name="delay" value="180" /> <param name="loop" value="true" /> <param name="controls" value="false" /> <param name="clickmode" value="fast" /> </applet>
2015: This was the contents of the "windasciianim1" file:
height = 12 _, ,`/ ,--'_,- / `'--' \,/\ \\`. \\ `. | \ `. |, \,' \` `. `. \ \ `, `, -`-' -' ejm . ,`/ _.' '_ / `;__.-' \,/\ \`.` \ `.` // `.` /,/ `,' \\\ \\` --`-' ejm _, ,`/ ,--'_,- / `'--' \,/\ \\. \` `. | ` `. /| '`,-' | \ \ , | |\ \ ``'-`-' ejm _, ,`/ ,--'_,- / `'--' \,/\ \\`. \\ `. | \ `. | \\,' \` `. `. \ \ `, `, -`-' -' ejm . ,`/ _.' '_ / `;__.-' \,/\ \`.` \ `.` // `.` /,/ `,' \\\ \\` --`-' ejm _, ,`/ ,--'_,- / `'--' \,/\ \\. \` `. / ` `. / /'`,-' | | \ , | |\ \ ``'-`-' ejm
There is a javascript ASCII-animation of the windy day as well. And I have also made an animated gif of this windy day.