{"id":65189,"date":"2021-09-07T19:43:50","date_gmt":"2021-09-07T23:43:50","guid":{"rendered":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/?p=65189"},"modified":"2021-09-07T19:44:20","modified_gmt":"2021-09-07T23:44:20","slug":"project-1-my-self-portrait-27","status":"publish","type":"post","link":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/2021\/09\/07\/project-1-my-self-portrait-27\/","title":{"rendered":"Project 1: My Self Portrait"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><p><a class=\"p5_sketch_link\" data-width=\"600\" data-height=\"900\" href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-content\/uploads\/2021\/09\/sketch-58.js\">Self-Portrait Code<\/a><iframe src=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-content\/plugins\/p5-embedder\/p5_iframe.html\" class=\"p5_exampleFrame\" width=\"600\" height=\"900\"><\/iframe><pre class=\"language-javascript\"><code class=\"p5_editor language-javascript\">function setup() {\n    createCanvas(600, 700);\n    background(245);\n}\nfunction draw() {\n\/\/hair\n     strokeWeight(0);\n    fill(226, 194, 121);\n    ellipse(300, 230, 310, 285);\n    rect(145, 230, 310, 500);    \n\/\/head\n    fill(245, 224, 204);\n    ellipse(300, 290, 290, 340);\n\/\/cheeks\n    fill(238, 158, 158);\n    ellipse(225, 300, 80, 43);\n    ellipse(375, 300, 80, 43);\n\/\/nose\n   fill(245, 189, 173);\n   circle(300, 310, 30);\n   fill(245, 224, 204);\n   rect(270, 280, 60, 30);\n\/\/eyes\n    noFill();\n    strokeWeight(5);\n    stroke(100)\n    arc(230, 255, 55, 30, PI, 0);\n    arc(370, 255, 55, 30, PI, 0);\n\/\/mouth\n    arc(300, 370, 45, 30, 0, PI);\n    strokeWeight(0);\n\/\/shirt\n    \/\/(how the cords of quad ordered) top left, top right, bottom right, bottom left\n    fill(187, 209, 153);\n    quad(90, 540, 250, 510, 250, height, 90, height);\n    rect(250, 510, 100, 240);\n    quad(350, 510, 510, 540, 510, height, 350, height);\n\/\/neck\n    fill(245, 224, 204);\n    rect(250, 440, 100, 70);\n    circle(300, 500, 100);\n}\n<\/code><\/pre><\/p>\n\n\n\n<p>What was most challenging was just planning out the drawing and deciding what coordinates I wanted and how I wanted to approach the code.<\/p><\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Self-Portrait Code function setup() { createCanvas(600, 700); background(245); } function draw() { \/\/hair strokeWeight(0); fill(226, 194, 121); ellipse(300, 230, 310, 285); rect(145, 230, 310, 500); \/\/head fill(245, 224, 204); ellipse(300, 290, 290, 340); \/\/cheeks fill(238, 158, 158); ellipse(225, 300, 80, 43); ellipse(375, 300, 80, 43); \/\/nose fill(245, 189, 173); circle(300, 310, 30); fill(245, 224, 204); &hellip; <a href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/2021\/09\/07\/project-1-my-self-portrait-27\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Project 1: My Self Portrait&#8221;<\/span><\/a><\/p>\n","protected":false},"author":658,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[10,58],"tags":[],"_links":{"self":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts\/65189"}],"collection":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/users\/658"}],"replies":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/comments?post=65189"}],"version-history":[{"count":2,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts\/65189\/revisions"}],"predecessor-version":[{"id":65269,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts\/65189\/revisions\/65269"}],"wp:attachment":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/media?parent=65189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/categories?post=65189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/tags?post=65189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}