nice, code art is really fun. Are those compression artifacts or tasteful noise? I think you’d enjoy my math -> canvas tool Mojulo (gallery isn’t great on mobile right now, sorry)
What I mean is, in the code, do you draw the background as a solid color or is there some variance added by you? It looks good! Even if the effect is just from compression!
nice, code art is really fun. Are those compression artifacts or tasteful noise? I think you’d enjoy my math -> canvas tool Mojulo (gallery isn’t great on mobile right now, sorry)
wow, this is extremely cool :) I really like this one. Assuming this is the code: https://github.com/MaxBittker/Mojulo?
Glad you like it! That’s the code, yes. I like that, looks like an LCD screen. Mind if I add it to the gallery?
I don’t know the difference. I code up the JavaScript, then I take a screenshot when I’m done.
What I mean is, in the code, do you draw the background as a solid color or is there some variance added by you? It looks good! Even if the effect is just from compression!
I start off with a canvas background that I found by cropping a blank canvas picture I found on Google Images.
that’s a good touch