You can render only single characters. First you need to change the HTML "max" attribute of to 1.1 in the "Glyph Thresholds". And set 0.0 for the desired characters and the characters above. Set 1.1 for the remaining characters. For example, if you only want the dash, set the dot and dash to 0.0. Then set 1.1 for the plus, ring, and cross characters.
ASCII Clouds
71–80 of 99 posts
Re: ASCII Clouds
#72Very cool, found myself just staring at it for a few minutes! Thanks for sharing!
Re: ASCII Clouds
#73This is beautiful, I saw a similar tool weeks ago: https://ascii.0xbalance.xyz
Re: ASCII Clouds
#74Really like it, only thing some of the cells can be jittery and rapidly switch back and forth between two symbols, making for an unpleasant effect, maybe there is a way to smooth this?
Re: ASCII Clouds
#75Just throwing a HELL YES out there for this. Nice work. I've been trying to integrate a live ascii video feature for a while now and the subtle detail on this is really inspiring.
Re: ASCII Clouds
#76That 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…
P5JS makes it very easy to start playing around with. https://p5js.org/reference/p5/noise/
https://github.com/caidanw/caidanw.github.io/blob/main/src/p...
Re: ASCII Clouds
#77This looks like a good way to model "satellite-view clouds" where you render "the full atmosphere". I don't think it would work well when modeling "ground-view clouds" however. I have been looking for a good (fast) algorithm for doing that, would appreciate it if people have pointers for that.
Re: ASCII Clouds
#78Similar Perlin-based effect with mouse reactivity & audio: https://srdjan.pro
Re: ASCII Clouds
#79Trippy! browsh https://caidan.dev/portfolio/ascii_clouds/
Re: ASCII Clouds
#80Would love this as an audio visualizer