Cooler ASCII Spinners?

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-04-21T18:10:42Z Indexed on 2010/04/21 18:13 UTC
Read the original article Hit count: 145

Filed under:
|
|

In a console app, an ascii spinner can be used, like the GUI wait cursor, to indicate that work is being done. A common spinner cycles through these 4 characters: '|', '/', '-', '\'

What are some other cyclical animation sequences to spice up a console application?

© Stack Overflow or respective owner

Related posts about console-application

Related posts about animation