CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

p5.js ascii art generator #17

Open shiffman opened 8 years ago

MiksuR commented 8 years ago

I wonder, why no-one has thumbed this up... It would be so cool to see this :smile:

TNTWZRD commented 7 years ago

This would be awesome!

shiffman commented 7 years ago

See image reference in #256

nngogol commented 6 years ago

Hey, Dan! Here is an example of ascii art converter: https://github.com/pusherstreet/image-converter

duskvirkus commented 4 years ago

@shiffman I saw in your live stream the other day you were thinking of tackling this topic.

It reminded me of a library I was working on for a class last spring. I was trying to create something that parallels p5.js but uses an array of mono-spaced characters instead of a canvas. It doesn't have many features because I've been working on other things. I realized to do it efficiently I should have used react or preact.

Anyways the most interesting projects I did with it was a variant on 10Print and a web sockets tron. They're not strictly ascii art but they might be a good way to get ideas.

P.S. I recently switched names, I'm going by Violet now. Last time we talked I was going by Fi.

shiffman commented 4 years ago

Oh, this is great!! And love the name Violet! 💜Do you have a new e-mail address? Drop me a note I'd love to ask you more about this!

kelvindecosta commented 4 years ago

Hey @shiffman , I recently made this https://github.com/kelvindecosta/image-to-text-art.

It is written in Python but I think it might be relevant here