1. 6
  1.  

  2. 4

    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)

    1. 2

      wow, this is extremely cool :) I really like this one. Assuming this is the code: https://github.com/MaxBittker/Mojulo?

      1. 2

        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?

      2. 1

        I don’t know the difference. I code up the JavaScript, then I take a screenshot when I’m done.

        1. 2

          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!

          1. 1

            I start off with a canvas background that I found by cropping a blank canvas picture I found on Google Images.

            1. 1

              that’s a good touch