Live data from Hacker News

Ascii Art Generator

asciiartgen.now.sh

21–29 of 29 posts

Re: Ascii Art Generator

#22
For Windows users, I strongly recommend trying this beauty: https://ascgendotnet.jmsoftware.co.uk/screenshots/

It has numerous features for customization, such as specification for characters to be used in the art, font face, size. It mat export to text or png of the text in color. It allows you to adjust the color levels of the source image, or crop it on the fly.

It is not exactly the same type of software, as it actually generates using a source image. I use it sometimes to make gifts for friends.

Re: Ascii Art Generator

#25
post #2

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

Are there any that are client-side / javascript instead of server side?

Re: Ascii Art Generator

#26
post #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.

I did my own take on this that addresses both of your concerns: 1. Update as you type 2. Show all fonts

http://ascii.today/

This incurs performance issues in long strings, but works great for most uses.

Re: Ascii Art Generator

#27

Can someone explain the `eftichess` type here? It seems to be mapped to sounds, maybe? I'm not able to find much information about it.

Looks like it's chess symbols, by Michel Eftimakis. See the raw font: https://github.com/xero/figlet-fonts/blob/master/eftichess.f...

Re: Ascii Art Generator

#29
post #3

Earlier quoted context omitted.

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.

I did my own take on this that addresses both of your concerns: 1. Update as you type 2. Show all fonts http://ascii.today/ This incurs performance issues in long strings, but works great for most uses.

This is really fantastic work. Bookmarking for later.
Post reply on HN