Structure-based ASCII Art (2010)
cse.cuhk.edu.hk
Structure-based ASCII Art (2010)
1–10 of 11 posts
Re: Structure-based ASCII Art (2010)
#2Re: Structure-based ASCII Art (2010)
#3This is really awesome. I usually have to clean up ascii art from generators by hand quite a bit, but the output of this appears much much cleaner!
Re: Structure-based ASCII Art (2010)
#4Re: Structure-based ASCII Art (2010)
#5And apparently mine doesn't. Why not? What went wrong? All browsers should support fixed-width fonts. Just use a more standard fixed width font please?
Other than that, it's beautiful! But please don't depend on brittle technologies for displaying one of the oldest computing art forms :)
Re: Structure-based ASCII Art (2010)
#6"Some browsers may not support the required fonts, click here if the above ASCII art is corrupted." And apparently mine doesn't. Why not? What went wrong? All browsers should support fixed-width fonts. Just use a more standard fixed width font please? Other than that, it's beautiful! But please don't depend on brittle technologies for displaying one of the oldest computing art forms :)
Re: Structure-based ASCII Art (2010)
#7"Some browsers may not support the required fonts, click here if the above ASCII art is corrupted." And apparently mine doesn't. Why not? What went wrong? All browsers should support fixed-width fonts. Just use a more standard fixed width font please? Other than that, it's beautiful! But please don't depend on brittle technologies for displaying one of the oldest computing art forms :)
They could have used monospace with letter-spacing to make it square.
Try "letter-spacing: 0.1em;" to get an idea of the difference.
Re: Structure-based ASCII Art (2010)
#8Of course, we used to do this all the time in western countries and a whole underground scene formed out of it (http://en.wikipedia.org/wiki/Computer_art_scene). You can see most of the old artwork on Sixteen Colors (http://sixteencolors.net)
Re: Structure-based ASCII Art (2010)
#9This is really awesome. I usually have to clean up ascii art from generators by hand quite a bit, but the output of this appears much much cleaner!
Good to know someone has use for this! I just thought it was cool algorithm but it seemed to lack much application.
Re: Structure-based ASCII Art (2010)
#10This is utterly amazing. I recommend downloading the presentation slides that explain the algorithm in more details. There are some very interesting ideas that can be reused.