/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://designuniandes.sketchpad.cc/sp/pad/view/ro.DFcRvSFP58P/rev.2 * * authors: * Daniel Castaño * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ // This sketch builds on a prior work, "Assignment 1: Form", created by Hernando Barragan // http://designuniandes.sketchpad.cc/sp/pad/view/ro.BQLmTBYyWiW9K5/rev.1 size(400,400); background(200,135,40); noStroke(); fill(222,177,102); beginShape(); //1 vertex(210,14); vertex(154,17); vertex(107,41); vertex(83,75); vertex(67,123); vertex(210,139); endShape(CLOSE); //2 fill(235,213,63); beginShape(); vertex(210,14); vertex(261,21); vertex(293,35); vertex(314,54); vertex(331,86); vertex(345,132); vertex(345,158); vertex(210,135); endShape(CLOSE); //3 fill(255,255,255); beginShape(); vertex(210,41); vertex(210,139); vertex(305,153); vertex(298,45); vertex(292,67); vertex(269,86); vertex(238,79); endShape(CLOSE); //4 triangle(157,31,105,123,212,139); //5 fill(234,141,42); beginShape(); vertex(67,122); vertex(67,163); vertex(71,201); vertex(86,232); vertex(144,233); vertex(150, 130); endShape(CLOSE); //6 fill(217,195,37); beginShape(); vertex(295,150); vertex(345,157); vertex(341,200); vertex(324,235); vertex(276,235); endShape(CLOSE); //7 fill(166,109,128); beginShape(); vertex(104,126); vertex(112,181); vertex(129,213); vertex(147,236); vertex(204,234); vertex(213,140); endShape(CLOSE); //8 fill(205,137,148); beginShape(); vertex(301,152); vertex(295,215); vertex(285,236); vertex(210,236); vertex(212,135); endShape(CLOSE); //10 fill(180,150,163); quad(242,290,160,290,157,358,242,358); //9 fill(174,151,135); beginShape(); vertex(325,236); vertex(301,263); vertex(260,289); vertex(160,295); vertex(131,281); vertex(86,232); endShape(CLOSE); //16 noStroke(); fill(210); beginShape(); vertex(212,135); vertex(204,226); vertex(227,229); vertex(221,181); vertex(232,154); endShape(CLOSE); //11 fill(147,76,33); quad(0,360,0,400,400,400,400,360); //12 fill(189,59,38); quad(104,360,104,400,234,400,234,360); //13 fill(71,17,24); quad(234,360,234,400,274,400,274,360); //13 fill(213,191,168); stroke(152,27,30); beginShape(); vertex(104,121); vertex(141,111); vertex(176,116); vertex(210,139); vertex(168,142); vertex(124,135); endShape(CLOSE); //14 beginShape(); vertex(213,140); vertex(237,161); vertex(275,161); vertex(301,146); vertex(281,135); vertex(257,135); endShape(CLOSE); //15 fill(152,27,30); ellipse(158,127,28,28); ellipse(248,148,28,28); //17 noStroke(); fill(76,17,21); rect(195,234,10,10); rect(205,224,10,10); //18 fill(84,21,75); rect(180,330,30,30); //19 fill(146,26,29); rect(210,300,30,30); //20 fill(200,174,183); noStroke(); beginShape(); vertex(112,359); vertex(144,382); vertex(210,389); vertex(210,358); endShape(CLOSE); //21 fill(175,155,49); noStroke(); beginShape(); vertex(210,358); vertex(210,389); vertex(247,385); vertex(275,359); endShape(CLOSE);