That is so beautiful. The underlying algorithm is perlin noise (see https://en.wikipedia.org/wiki/Perlin_noise ) and it's over 40 years old! It's such a fabulous tool as the generated images can be used for effects like glass/ice displacements, cheap water-like effects, but you can also generate terrains from it or just cool visual effects that benefit from random patterns. The core property to me is that it feels ve…
I think it's technically Simplex noise, but yes also developed by Perlin.
ASCII Clouds
61–70 of 99 posts
Re: ASCII Clouds
#62This is cool... But I feel like having different color/brightness for each symbol kinda defeats the purpose of it being ASCII when the symbols only correspond to different intensities anyway.
Re: ASCII Clouds
#63Given the name, I expected more actual ASCII characters/options and selectable text. Visually appealing and fun to play with, however.
Re: ASCII Clouds
#64https://caidan.dev/portfolio/ascii_clouds/?cs=6&wa=0.1&ws=0....
Re: ASCII Clouds
#65I had a similar effect for a C program I wrote a long time ago (I think 2007?). Here's a video: https://www.youtube.com/watch?v=H4j-BkwMB20 and the code: https://github.com/kristopolous/ascsee I just updated it so it compiles on modern systems. I also found the original version if you like being an archaeologist: https://9ol.es/tmp/gol.c
Re: ASCII Clouds
#66cool. but if it's really about ASCII then I expect to have possibility to copy/paste a cloudy sky in my text editor ;-P
It dies with lots of WebGL errors here, so I only see a white page. So that's definitely not ASCII in my book. Would be more fun to have an actual text based output indeed.
Re: ASCII Clouds
#67Thematically related: https://play.ertdfgcvb.xyz/#/src/demos/chromaspiral
Re: ASCII Clouds
#68Spent longer than I'd like to admit trying to recreate the Balatro background effect...
Re: ASCII Clouds
#69Nice. This looks similar to what I have implemented: https://www.npmjs.com/package/asciiground , but I intended it more as a library where a user could program their own patterns by extending the existing systems. Sadly, my GitHub account got flagged, so there is no way to access the repository or GitHub pages for the demo at the moment.
Re: ASCII Clouds
#70Super fun! I was exploring this type of thing as one of my first experiments with Claude Code early last year. https://github.com/pj4533/asciidelic https://asciidelic.com I should go back and add mobile support, maybe fullscreen support.