6 votes

Dissecting A Dweet ~ Spirograph Design Generator

4 comments

  1. [3]
    nothis
    Link
    Dwitter is pretty cool! I once tried to decipher a really complicated one and had to give up halfway through. It's interesting to see it done properly, step by step, with success in the end! One...

    Dwitter is pretty cool! I once tried to decipher a really complicated one and had to give up halfway through. It's interesting to see it done properly, step by step, with success in the end! One of the coolest dweets I've ever seen, too!

    Here's my humble dwitter profitle, it's been a while. I was so proud getting basic perspective working, lol.

    4 votes
    1. [2]
      KilledByAPixel
      Link Parent
      Thanks, you have some good ones in there! This was one of the more straightforward dweets, I'm dreading some of the more challenging ones I have planned down the line. Hopefully I can work up to...

      Thanks, you have some good ones in there! This was one of the more straightforward dweets, I'm dreading some of the more challenging ones I have planned down the line. Hopefully I can work up to that level of technical writing by the time I get there.

      Have you seen my little dwitter browser, dweet view? You can browse all your dweets and export them. There are a few other enhancements I've added. In your case it's not as useful because you only have a few dweets, but it's fun browsing through someones complete history in seconds. Here's a link to your dweets...

      http://dweetview.3d2k.com/?user=hollo47

      1 vote
      1. nothis
        Link Parent
        That's super neat!

        That's super neat!

        2 votes
  2. KilledByAPixel
    Link
    In this post we will examine a crazy small javascript program that creates an endless array of Spirograph designs. I'm trying to post 1 of these each week, this is the second one so far. I hope...

    In this post we will examine a crazy small javascript program that creates an endless array of Spirograph designs. I'm trying to post 1 of these each week, this is the second one so far. I hope you enjoy!

    Actual javascript code...

    for(i=144;q=(8+t>>3)*i--;x.fillRect(i%16*120+T(S),(i>>4)*120+T(C),2,2))t%24<1?c.width|=r=n=>S(q**n)*9|0:T=f=>5*r(4)*f(r(3)*t)+9*f(r(2)*t)+60

    2 votes