and if you ctrl+- like 7 times youre back to showing clear pixels. If you set cell size to 4, then 5 times is enough :)
ASCII Clouds
81–90 of 99 posts
Re: ASCII Clouds
#82Neat. It'd be more "ASCII" if it used 8x16 pixel (but right extended to 9x16) characters in 80:133 width:height aspect ratio since 80x25 characters at 720x400 on 4:3 results in 80:133 pixels. An arbitrary sized canvas is cool so long as the aspect ratio is preserved. The infamous MCGA/"VGA" mode 13h had pixels with an aspect ratio 6:5, while 320 x 240 Mode X was square (1:1). I still remember the unchained offset cal…
Yes you're right in that it's not real ASCII, but more ASCII-esque. I took some artistic liberty to do everything on the GPU, if I had done true ASCII I would have had to move data back to the CPU and render the glyphs there. However it was too slow and didn't have the desired effect I was seeking.
I am considering building out an additional feature set where it allows for true ASCII rendering, but we'll see if I get around to that.
Re: ASCII Clouds
#83related: https://www.gifcii.fun
Re: ASCII Clouds
#84That’s pretty hypnotic. Very cool.
Re: ASCII Clouds
#85This is a genuine work of art. I don't care how impractical it is, it's utterly beautiful, and a joy to play with.
Re: ASCII Clouds
#86Here I'm being ridiculous but I was a bit disappointed that it was a canvas rendering and not a mono-font text block
Re: ASCII Clouds
#87i would kill to have something like this in wallpaper engine
Re: ASCII Clouds
#88What is this?
Re: ASCII Clouds
#89I don't understand.
It's a fun experiment into WebGL and graphics programming. I intended it to be a cool tool for getting inspiration for designing and creating other art in general. I do eventually want to build this out into a larger set of tools that would allow you to quickly iterate and build out various aesthetics for designing.
In it's current state, it's mostly practical for creating pretty images and videos that you could use in other projects. If there's more interest I could possibly turn it into more, would love to hear ideas and suggestions!
Re: ASCII Clouds
#90I don't understand.
I think it's just a technological show piece, basically built on top of open source libraries and a couple of algorithms.