{"id":73016,"date":"2022-09-25T13:25:29","date_gmt":"2022-09-25T17:25:29","guid":{"rendered":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/?p=73016"},"modified":"2022-09-25T13:25:29","modified_gmt":"2022-09-25T17:25:29","slug":"p-04-string-art","status":"publish","type":"post","link":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/2022\/09\/25\/p-04-string-art\/","title":{"rendered":"P-04 String Art"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><div class=\"wp-block-file\"><a class=\"p5_sketch_link\" data-width=\"400\" data-height=\"300\" id=\"wp-block-file--media-df4045fd-2764-4f2f-ba04-3514d704b4ae\" href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-content\/uploads\/2022\/09\/sketch-383.js\">sketch<\/a><iframe src=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-content\/plugins\/p5-embedder\/p5_iframe.html\" class=\"p5_exampleFrame\" width=\"400\" height=\"300\"><\/iframe><pre class=\"language-javascript\"><code class=\"p5_editor language-javascript\">\/\/ Bridget Doherty, bpdohert, 104 Section C\n\n\/\/ draw at least 3 string art shapes\n\nvar dx1;\nvar dy1;\nvar dx2;\nvar dy2;\n\n\/\/ line density\nvar numLines = 40;\n\n\/\/ starting line values\nvar x1 = 0;\nvar y1 = 0;\nvar x3 = 0;\nvar y3 = 300;\n\n\/\/ second line values\nvar x2 = 400;\nvar y2 = 300;\nvar x4 = 400;\nvar y4 = 0;\n\nvar mouseClick = 0;\n\nfunction setup() {\n    createCanvas(400, 300);\n    background('black');\n    blendMode(EXCLUSION);\n}\n\nfunction draw() {\n    drawCircles();\n    string1();\n    string2();\n    string3();\n    \n    noLoop();\n}\n\nfunction drawCircles() {\n    for (i = 20; i &lt; width; i+= 40) {\n        fill(250);\n        noStroke();\n        circle(i*1.3, i, 40);\n    }\n    \n\n}\n\nfunction string1() {\n    for(i = 0; i &lt;= height; i += 10) { \n        stroke('green');\n        line(width\/2.5, height\/2, 0, i);\n        line(width\/2.5, height\/2, width, i);\n    }\n    for(i = 0; i &lt;= width; i += 10){\n        stroke('yellow');\n        line(width\/3 + width\/2, height\/2, 0, i);\n        line(width\/3 + width\/2, height\/2, width, i);\n    }\n}\n\nfunction string2() {\n    stroke('blue');\n    dx1 = (300-50)\/numLines;\n    dy1 = (0)\/numLines;\n    dx2 = (50-300)\/numLines;\n    dy2 = (300-300)\/numLines;\n   \n    for (var i = 0; i &lt;= numLines; i += 1) {\n        line(x1, y1, x2, y2);\n        x1 += dx1;\n        y1 += dy1;\n        x2 += dx2;\n        y2 += dy2;\n    }   \n}\n\nfunction string3() {\n    stroke('cyan');\n    dx1 = (300-50)\/numLines;\n    dy1 = (0)\/numLines;\n    dx2 = (50-300)\/numLines;\n    dy2 = (300-300)\/numLines;\n   \n    for (var i = 0; i &lt;= numLines; i += 1) {\n        line(x1, y1, x2, y2);\n        x1 += dx1;\n        y1 += dy1;\n        x2 += dx2;\n        y2 += dy2;\n    }  \n}\n\n<\/code><\/pre><\/div><\/body><\/html>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":715,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[86,61],"_links":{"self":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts\/73016"}],"collection":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/users\/715"}],"replies":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/comments?post=73016"}],"version-history":[{"count":1,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts\/73016\/revisions"}],"predecessor-version":[{"id":73018,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts\/73016\/revisions\/73018"}],"wp:attachment":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/media?parent=73016"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/categories?post=73016"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/tags?post=73016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}