{"id":523,"date":"2012-11-12T15:05:07","date_gmt":"2012-11-12T15:05:07","guid":{"rendered":"http:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/?p=523"},"modified":"2012-11-12T15:06:33","modified_gmt":"2012-11-12T15:06:33","slug":"crazy-rain-and-colors","status":"publish","type":"post","link":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/2012\/11\/12\/crazy-rain-and-colors\/","title":{"rendered":"Crazy Rain and Colors"},"content":{"rendered":"<p><script type=\"application\/processing\">\r\n\/\/Info: http:\/\/processingjs.org\/reference\r\nvoid setup() \r\n{\r\n  background(0);\r\n  size(1000, 1000);\r\n}\r\n\r\nvoid draw()\r\n{\r\n  \/\/background(0);\r\n  stroke(0,0);\r\n  fill(random(000, 250), random(0, 20), random(0, 20));\r\n  float r = random(2);\r\n  if (mousePressed) {\r\n    \r\n    if (r < 1){\r\n      ellipse(random(mouseX-30, mouseX+30), random(mouseY-30, mouseY+30), random(5, 150), random(5, 150));\r\n    }\r\n    if (r >= 1){\r\n       rect(random(mouseX-30, mouseX+30), random(mouseY-30, mouseY+30), random(5, 150), random(5, 150));\r\n    }\r\n    \r\n  }\r\n  int i = int(random(0,1000));\r\n    \/\/for (int p = 0; p < 1000000; p++) {\r\n      for (int j = 0; j < int(random(5, 200000)); j++) {\r\n        \/\/int j = int(random(0,1000));\r\n        color c = color(random(0, 20), random(0, 250), random(100, 250), random(0, 250));\r\n        set(i, j, c);\r\n        set(i+1, j, c);\r\n        set(i, j+1, c);\r\n        set(i+1, j+1, c);\r\n      }\r\n   \/\/}\r\n}\r\n<\/script><\/p>\n<p>It&#8217;s raining, so burn everything!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s raining, so burn everything!<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/posts\/523"}],"collection":[{"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/comments?post=523"}],"version-history":[{"count":3,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/posts\/523\/revisions"}],"predecessor-version":[{"id":529,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/posts\/523\/revisions\/529"}],"wp:attachment":[{"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/media?parent=523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/categories?post=523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/tags?post=523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}