{"id":2997,"date":"2016-09-11T18:13:45","date_gmt":"2016-09-11T17:13:45","guid":{"rendered":"http:\/\/www.lyceelecorbusier.eu\/p5js\/?p=2997"},"modified":"2016-09-11T18:14:49","modified_gmt":"2016-09-11T17:14:49","slug":"p5-re-code-20","status":"publish","type":"post","link":"https:\/\/www.lyceelecorbusier.eu\/p5js\/?p=2997","title":{"rendered":"\/ p5 \/ re-code 20"},"content":{"rendered":"<p><a href=\"http:\/\/lyceelecorbusier.eu\/p5\/recode\/06_COMPUTER_GRAPHICS_AND_ART_Aug1977_v2_n3.pdf\" target=\"_blank\">De Computer Graphics and Art vol2 n\u00b03 page 10<\/a><\/p>\n\n<!-- iframe plugin v.5.1 wordpress.org\/plugins\/iframe\/ -->\n<iframe src=\"http:\/\/lyceelecorbusier.eu\/p5\/recode\/020-recode\" width=\"780\" height=\"780\" style=\"border: 1px solid #ddd;\" scrolling=\"yes\" class=\"iframe-class\" frameborder=\"0\"><\/iframe>\n\n<pre> \/\/ This sketch is part of the ReCode Project - http:\/\/recodeproject.com\r\n \/\/ From Computer Graphics and Art vol2 no3 pg 10\r\n \/\/ by William Kolomyjec\r\n \/\/ \"Boxes\"\r\n \/\/ \r\n \/\/ Sermad Buni\r\n \/\/ 2012\r\n \/\/ Creative Commons license CC BY-SA 3.0\r\n\r\nfunction setup() {\r\n \r\n var canvaswidth = 17;\r\n var canvasheight = 17;\r\n var square_size = 40;\r\n var randomness = 0.03;\r\n var iw, jh;\r\n smooth(8);\r\n createCanvas( (canvaswidth+2)*square_size, (canvasheight+2)*square_size);\r\n background(255);\r\n noFill();\r\n \r\n for(var i=0; i &lt; canvaswidth; i++) {\r\n for(var j=0; j &lt; canvasheight; j++) {\r\n push();\r\n translate((square_size*i), (square_size*j));\r\n if(canvasheight % 2 == 0) {\r\n iw = canvaswidth\/2 - Math.abs(i - canvaswidth\/2);\r\n } else {\r\n iw = canvaswidth\/2 - 0.5 - Math.abs(i - canvaswidth\/2 - 0.5);\r\n }\r\n \r\n if(canvasheight % 2 == 0) {\r\n jh = canvasheight\/2 - 0.5 - Math.abs(j - canvasheight\/2 + 0.5);\r\n } else {\r\n jh = canvasheight\/2 - Math.abs(j - canvasheight\/2);\r\n }\r\n if( jh != 0 || iw != 0) {\r\n rotate( radians(iw * iw * jh * jh * random(-randomness,randomness)) );\r\n }\r\n rect(square_size, square_size, square_size, square_size);\r\n pop();\r\n }\r\n } \r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>De Computer Graphics and Art vol2 n\u00b03 page 10 \/\/ This sketch is part of the ReCode Project &#8211; http:\/\/recodeproject.com \/\/ From Computer Graphics and Art vol2 no3 pg 10 \/\/ by William Kolomyjec \/\/ &#8220;Boxes&#8221; \/\/ \/\/&#8230; <a class=\"read-more\" href=\"https:\/\/www.lyceelecorbusier.eu\/p5js\/?p=2997\">Lire la suite&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":2998,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[9,6],"tags":[],"_links":{"self":[{"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/posts\/2997"}],"collection":[{"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2997"}],"version-history":[{"count":1,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/posts\/2997\/revisions"}],"predecessor-version":[{"id":2999,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/posts\/2997\/revisions\/2999"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=\/wp\/v2\/media\/2998"}],"wp:attachment":[{"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lyceelecorbusier.eu\/p5js\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}