Interest

I created a process which made a thing that I enjoyed: reading

I used quad, arc and shape:

 Here’s the code:

size(350,250);
smooth();
fill(60);
quad(50,20,50,150,150,200,150,70);
quad(180,70,180,200,280,150,280,20);
fill(5,5,50);
quad(150,200,150,70,180,70,180,200);
fill(200);
beginShape();
vertex(55,23);
vertex(75,10);
vertex(165,60);
vertex(255,10);
vertex(275,23);
vertex(180,70);
vertex(150,70);
endShape();
fill(27,30,30);
arc(165,70,30,15,-PI,0);