{"id":276,"date":"2012-11-05T15:03:13","date_gmt":"2012-11-05T15:03:13","guid":{"rendered":"http:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/?p=276"},"modified":"2012-11-05T15:03:13","modified_gmt":"2012-11-05T15:03:13","slug":"processing-hw-2","status":"publish","type":"post","link":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/2012\/11\/05\/processing-hw-2\/","title":{"rendered":"Processing HW #2"},"content":{"rendered":"<p><script type=\"application\/processing\">\r\n\r\nvoid setup() {\r\n  int x = 300;\r\n  int y = 310;\r\n  size (x, y);\r\n}\r\n\r\nvoid draw() {\r\n  background(255);\r\n\r\n  ellipseMode(CENTER);\r\n  rectMode(CENTER);\r\n\r\n  \/\/head\r\n  if (4*height\/7<mouseX && mouseX<5*height\/7) {\r\n    fill(255, 105, 180);\r\n  }\r\n  else {\r\n    fill(255, 127, 36);\r\n  }\r\n  stroke(0);\r\n  ellipse(width\/2, (height\/2)+(height\/12), 5*width\/6, 5*height\/6);\r\n\r\n  \/\/eyes\r\n  fill(0);\r\n  \/\/ellipse(width\/2.72, 3*height\/7, width\/7.5, height\/5);\r\n  \/\/ellipse(width\/1.58, 3*height\/7, width\/7.5, height\/5);\r\n  if (mouseX>width\/2 || mouseY>height\/2) {\r\n    ellipse(width\/2.72, 3*height\/7, width\/2, height\/3);\r\n    ellipse(width\/1.58, 3*height\/7, width\/2, height\/3);\r\n  } \r\n  else {\r\n    ellipse(width\/2.72, 3*height\/7, mouseX, mouseY);\r\n    ellipse(width\/1.58, 3*height\/7, mouseX, mouseY);\r\n  }\r\n\r\n  \/\/mouth\r\n  stroke(0);\r\n  arc(width\/2, 5*height\/7, width\/3, height\/3, 0, PI);\r\n  \/\/stem\r\n  fill(0, 255, 0);\r\n  rect(width\/2, height\/6, width\/6, height\/6);\r\n}\r\n\r\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"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\/276"}],"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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/comments?post=276"}],"version-history":[{"count":1,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/posts\/276\/revisions"}],"predecessor-version":[{"id":277,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/posts\/276\/revisions\/277"}],"wp:attachment":[{"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/media?parent=276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/categories?post=276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.joshuarosenstock.com\/teaching\/IMGD3x00_B12\/wp-json\/wp\/v2\/tags?post=276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}