How to Plagiarize Famous Artists Through Programming

I ended up using Processing instead of P5.js because I work on a PC but I uploaded the code with the picture also.

mondrian sketch

size (477,480);
background (0);

noStroke ();
fill(186,38,10);
rect(0,0, 213,198);

fill(211,220,215);
rect(220,0, 477,198);
rect(0,207, 210,104);
rect(220,207, 477,104);
rect(53,320, 157,160);
rect(220,462, 140,18);
rect(366,320, 111,160);
rect(472,0, 477,480);

fill(225,187,14);
rect(0,320, 47,160);

fill(6,37,92);
rect(221,320, 137,133);

Comments are closed.