{"id":496,"date":"2015-08-23T22:39:06","date_gmt":"2015-08-23T22:39:06","guid":{"rendered":"https:\/\/lee-web.net\/classes\/?p=496"},"modified":"2015-08-24T17:40:20","modified_gmt":"2015-08-24T17:40:20","slug":"reading-for-wed-826-discussion","status":"publish","type":"post","link":"https:\/\/lee-web.net\/classes\/?p=496","title":{"rendered":"Reading for  Wed. 8\/26 discussion"},"content":{"rendered":"<p>for Wednesday read the following PDF:<\/p>\n<p><a href=\"https:\/\/lee-web.net\/classes\/wp-content\/uploads\/2015\/08\/galatner2003_paper.pdf\">What is Generative Art?<\/a><\/p>\n<p>A link to the work of Joan Truckenbrod:<\/p>\n<p><a href=\"http:\/\/joantruckenbrodart.com\/\">Joan Truckenbrod<\/a><\/p>\n<p>Below is the Processing code for a basic drawing machine:<\/p>\n<p>int i;<\/p>\n<p>void setup() {<br \/>\nsize(320, 240);<br \/>\nbackground(255);<br \/>\nfill(0);<br \/>\nnoStroke();<br \/>\ni=10;<br \/>\n}<\/p>\n<p>void draw() {<br \/>\ni=int(random(50));<br \/>\nif (keyPressed) {<br \/>\nif (key == &#8216;b&#8217; || key == &#8216;B&#8217;) {<br \/>\ni++;<br \/>\nif (i&gt;50) {<br \/>\ni&#8211;;<br \/>\n}<br \/>\n}<\/p>\n<p>if (key == &#8216;v&#8217; || key == &#8216;V&#8217;) {<br \/>\ni&#8211;;<br \/>\nif (i&lt;0) {<br \/>\ni++;<br \/>\n}<br \/>\n}<\/p>\n<p>if (key == &#8216;f&#8217; || key == &#8216;F&#8217;) {<br \/>\nfill(255);<br \/>\n}<\/p>\n<p>if (key == &#8216;d&#8217; || key == &#8216;D&#8217;) {<br \/>\nfill(0);<br \/>\n}<br \/>\n}<\/p>\n<p>if (mousePressed) {<br \/>\nellipse(mouseX, mouseY, i, i);<br \/>\n}<br \/>\n}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>for Wednesday read the following PDF: What is Generative Art? A link to the work of Joan Truckenbrod: Joan Truckenbrod Below is the Processing code for a basic drawing machine: int i; void setup() { size(320, 240); background(255); fill(0); noStroke();<span class=\"ellipsis\">&hellip;<\/span><\/p>\n<div class=\"read-more\"><a href=\"https:\/\/lee-web.net\/classes\/?p=496\">Read more &#8250;<\/a><\/div>\n<p><!-- end of .read-more --><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-496","post","type-post","status-publish","format-standard","hentry","category-intermediate"],"_links":{"self":[{"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=\/wp\/v2\/posts\/496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=496"}],"version-history":[{"count":2,"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=\/wp\/v2\/posts\/496\/revisions"}],"predecessor-version":[{"id":501,"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=\/wp\/v2\/posts\/496\/revisions\/501"}],"wp:attachment":[{"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=496"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=496"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lee-web.net\/classes\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}