Live data from Hacker News

Ascii Art Generator

asciiartgen.now.sh

1–10 of 29 posts

Re: Ascii Art Generator

#3
post #2

Looks like a frontend for the command line utility FIGlet ( http://www.figlet.org/ ) or toilet ( http://caca.zoy.org/wiki/toilet ).

Except it's actually worse than typical frontends. It's maybe cleaner looking, but it doesn't allow you to test all font types at the same time.

Re: Ascii Art Generator

#5
Does anyone know a tool like this that doesn't send queries to the server? I know there are command-line options, but I'm looking for something like a github.io URL that has no server-side component.

Re: Ascii Art Generator

#6
post #2

Looks like a frontend for the command line utility FIGlet ( http://www.figlet.org/ ) or toilet ( http://caca.zoy.org/wiki/toilet ).

It amazes me that FIGlet are still releasing for MS-DOS, Acorn, OS/2 and Amiga in 2014.

Re: Ascii Art Generator

#7
post #5

Does anyone know a tool like this that doesn't send queries to the server? I know there are command-line options, but I'm looking for something like a github.io URL that has no server-side component.

There appears to be at least two ECMAScript implementations that are compatible with the FIGlet font specification:

https://github.com/scottgonzalez/figlet-js

https://github.com/patorjk/figlet.js

Re: Ascii Art Generator

#8
post #5

Does anyone know a tool like this that doesn't send queries to the server? I know there are command-line options, but I'm looking for something like a github.io URL that has no server-side component.

http://patorjk.com/software/taag/ (Demo site of a ECMAScript implementation of FIGlet: https://www.npmjs.com/package/figlet).

Re: Ascii Art Generator

#10
post #7
post #5

Does anyone know a tool like this that doesn't send queries to the server? I know there are command-line options, but I'm looking for something like a github.io URL that has no server-side component.

There appears to be at least two ECMAScript implementations that are compatible with the FIGlet font specification: https://github.com/scottgonzalez/figlet-js https://github.com/patorjk/figlet.js

Thanks this is exactly what I was looking for.
Post reply on HN