Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
2
Merryl Johns_2024_MEC
By
Merryl Johns
Run
#design c4 = circle(x=0, y=0, r=127,fill="#f5bc02", stroke="none")|translate(y=10) c3 = circle(x=0, y=0, r=125,fill="#04b80d", stroke="none")|translate(y=10) c2 = circle(x=0, y=0, r=122,fill="green", stroke="none")|translate(y=10) c1 = circle(x=0, y=0, r=150,fill="#4A1C40", stroke="none") show(c4,c3,c2) r1 = rectangle(w=210 ,h=210,fill="rgba(189,22,22, 0.5)",stroke="none") | repeat(24, rotate(15)) r1 = r1 | rotate (45) r2 = rectangle(w=187, h=187, fill="rgba(252,84,4, 0.5)",stroke="none") | repeat(24, rotate(15)) r2 = r2 | rotate (7) r3 = rectangle(w=167, h=167, fill="rgba(249,178,8,0.5)",stroke="none") | repeat(24, rotate(15)) r3 = r3 | rotate (45) r4 = rectangle(w=147, h=147, fill="white",stroke="none") | repeat(24, rotate(15)) r4 = r4 | rotate (7) cf=combine([c1,r1,r2,r3,r4]) lin1=point(x=0, y=-20) lin2=point(x=-150, y=0) lin3=point(x=0, y=20) triangle=polygon([lin1,lin2,lin3], fill="rgba(249,178,8,1)", stroke="none") triangle= triangle | repeat(12, rotate(30)) tf=combine([cf,triangle])|scale(0.8)|translate(y=10) show(tf) #dots x=circle(x=-110,y=-8,r=2,fill='#fa6178',stroke='none') show(x|repeat(50,rotate(15))|translate(y=10)) #outer show(circle(r=101,fill='#470703')|translate(y=10)) j=circle(r=85,fill='#3d1001')|translate(y=10) show(j) c=rectangle(h=120,w=120,fill="#91030f",stroke="none")|repeat(50,rotate(10)) c1=rectangle(h=110,w=110,fill="red",stroke="none")|repeat(50,rotate(10)) c2=rectangle(h=100,w=100,fill="#ff6105",stroke="none")|repeat(50,rotate(10)) c3=rectangle(h=90,w=90,fill="orange",stroke="none")|repeat(50,rotate(10)) c4=rectangle(h=80,w=80,fill="yellow",stroke="none")|repeat(50,rotate(10)) c5=rectangle(h=70,w=70,fill="#F6E7C7",stroke="none")|repeat(50,rotate(10)) s=ellipse(x=-30,h=20,w=50,fill='#fadd02',stroke='#fa9b02',stroke_width=5)|repeat(13,rotate(30)) s1=s|scale(0.19)|translate(x=-50)|repeat(15,rotate(25)) s2=ellipse(x=-50,h=20,w=50,fill='orange',stroke='red',stroke_width=5)|repeat(15,rotate(28)) s3=s2|scale(0.06)|translate(x=-50)|repeat(14,rotate(26)) #red flower m=ellipse(x=-30,h=20,w=50,stroke='brown',stroke_width=7)|repeat(13,rotate(30)) m1=m|scale(0.13)|translate(x=-80)|repeat(26,rotate(15))|scale(0.92) #show(m1) cf=combine([c,c1,c2,c3,c4,c5,s1,s3,m1])|scale(1)|translate(x=0,y=10) show(cf) c=ellipse(h=50,w=70,fill='#0ca814',stroke='#3d1001',stroke_width=10)|translate(x=0,y=-7) #cc=ellipse(h=50,w=70,fill='#04b524',stroke='none')|translate(x=0,y=-7)|scale(.9) c1=ellipse(h=50,w=90,fill='#0ca814',stroke='none')|translate(x=0,y=-27) #c11=ellipse(h=50,w=90,fill='green',stroke='none')|translate(x=0,y=-27)|scale(0.9) c3=ellipse(h=20,w=40,fill='#0ca814',stroke='none')|translate(x=0,y=-47) b=ellipse(h=140,w=170,fill='#f54114',stroke='#3d1001',stroke_width=5)|translate(x=0,y=30) b1=ellipse(h=135,w=175,fill='green')|translate(x=0,y=35)|scale(0.9) b2=ellipse(h=135,w=175,fill='#f54114')|translate(x=0,y=35)|scale(0.85) b4=ellipse(h=135,w=175,fill='#f54114')|translate(x=0,y=35)|scale(0.75) b3=ellipse(h=130,w=170,fill='#F1A101')|translate(x=0,y=30)|scale(.7) #dots w=circle(x=40,y=0,r=2.5,fill='white',stroke='grey',stroke_width=1)|repeat(13,rotate(15))|scale(x=1.75,y=1.89) #crown n=circle(x=0,y=5,r=50,fill='white') #rectangles r1=rectangle(x=-40,y=0,h=5,w=7,fill='red',stroke='maroon',stroke_width=1.5)|repeat(50,rotate(20))|translate(x=0,y=5) r2=rectangle(x=-39,y=7,h=5,w=7,fill='#fac720',stroke='maroon',stroke_width=1.5)|repeat(50,rotate(20))|translate(x=0,y=5) #orange r3=circle(x=0,y=5,r=30,fill='#f27318',stroke='none') r4=ellipse(h=20,w=65,fill='#eb4c17',stroke='none')|translate(x=0,y=10) #crown triangle t=rectangle(h=8,w=8,fill='#f54114',stroke='none')|translate(x=0,y=-1)|rotate(45)|scale(x=1.5) #crown top t1=circle(r=13,fill='#f27318',stroke='none')|translate(x=0,y=35) t2=rectangle(h=13,w=13,fill='#f27318',stroke='none')|translate(x=31,y=30)|rotate(45) #beard n1=ellipse(x=0,y=-30,h=70,w=130,fill='white',stroke='#a39a98',stroke_width=2) n2=n1|scale(0.8)|translate(x=0,y=-8) #side circle s1=circle(r=50,fill='#eb9d17')+circle(r=45,fill='red')+circle(r=40,fill='#ebcc21')+(line(x1=0,y1=0,x2=-29,y2=-29)|repeat(10,rotate(40))) s2=circle(r=15,fill='white')+circle(r=10,fill='brown') s3=circle(x=-25,y=-14,r=3,fill='red')|repeat(9,rotate(40)) #second side circle d=circle(r=50,fill='red')+circle(r=35,fill='#f0a30a')+(line(x1=0,y1=0,x2=35,y2=0)|repeat(14,rotate(30)))+circle(r=15,fill='white')+circle(r=10,fill='black') df=d|scale(0.26)|translate(x=65,y=-12)|repeat(2,translate(x=-127)) #flower f=ellipse(x=-10,y=0,h=10,w=20,fill='#c20a4a')|repeat(15,rotate(30))|scale(.35)|translate(x=0,y=38) f1=circle(r=5,fill='red')|translate(x=0,y=5) #eyes e=ellipse(h=20,w=49,fill='black')+ellipse(h=10,w=30,fill='white')+circle(r=7,fill='black') e1=e|scale(0.5)|translate(x=-20,y=-15) e2=e|scale(0.5)|translate(x=20,y=-15) #eyebrows y=rectangle(w=30,h=5,fill='black')|rotate(15) y1=rectangle(w=15,h=5,fill='black')|rotate(-18)|translate(x=20,y=2) y2=circle(r=3,fill='black')|translate(x=-15,y=-4) y3=e|translate(x=0,y=-18) yf=combine([y,y1,y2,y3])|translate(x=40,y=0) yff=yf|scale(x=-1) yf1=combine([yf,yff])|scale(0.5)|translate(x=0,y=-5) #lips l=ellipse(h=7,w=13,fill='#cc0a14',stroke='none')+(ellipse(h=7,w=13,fill='#cc0a14',stroke='none')|translate(x=8)) l1=l|scale(2) l2=circle(r=5,fill='#cc0a14',stroke='brown')|translate(x=28) l3=l2|translate(x=-40) l4=line(x1=-10,y1=-1,x2=24,y2=-1,stroke='#78060c',stroke_width=1.4)|translate(x=0,y=0) lf=combine([l1,l2,l3,l4])|scale(0.7)|translate(x=-4,y=-37) #nose a=ellipse(h=20,w=45,stroke="black",stroke_width=2) a1=line(x1=0,y1=13,x2=0,y2=40,stroke='black',stroke_width=2)|translate(x=-10) a2=a1|scale(x=-1) a3=rectangle(h=30,w=18,fill='#0ca814',stroke='none') af=combine([a,a1,a2,a3])|scale(.3)|translate(x=0,y=-25) s4=combine([s1,s2,s3])|scale(0.38)|translate(x=40)|repeat(2,translate(x=-83)) sf=combine([b,b1,b2,b4,b3,w,n,r1,r2,r3,df,n1,n2,c,r4,c1,t,t1,t2,c3,yf1,s4,f,f1,lf,af])|scale(0.57) show(sf) #three white dots h=circle(r=2,x=-50,fill='white',stroke='none')+circle(r=2,x=-60,y=5,fill='white',stroke='none')+circle(r=2,x=-60,y=-5,fill='white',stroke='none') h1=h|repeat(9,rotate(45)) show(h1|translate(y=10)|scale(1.16)) #pink f=ellipse(x=-10,y=0,h=10,w=20,fill='#c20a4a',stroke='white')|repeat(15,rotate(30))|scale(0.3)|translate(x=-80) f1=ellipse(x=-10,y=0,h=10,w=20,fill='#f7b705',stroke='red')|repeat(15,rotate(30))|scale(0.3)|translate(x=-78,y=-10) ff=combine([f,f1])|repeat(28,rotate(14))|translate(x=0,y=9)|scale(1.16) show(ff)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login