Skip to content

Instantly share code, notes, and snippets.

@nicosanin
Created September 13, 2017 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicosanin/5233b854e7c6e88b1065670b9cb39322 to your computer and use it in GitHub Desktop.
Save nicosanin/5233b854e7c6e88b1065670b9cb39322 to your computer and use it in GitHub Desktop.
Sol LeWitt
function setup() {
createCanvas(900, 900);
}
function draw() {
background(0);
function draw() {
fill(0);
elipse(20,20,30,30)
}
fill(240);
rect(10, 10, 286.6, 286.6);
rect(306.6, 10, 286.6, 286.6);
rect(603.2, 10, 286.6, 286.6);
rect(10, 306, 286.6, 286.6);
rect(306, 306.6, 286.6, 286.6);
rect(603.2, 306.6, 286.6, 286,6);
rect(10, 602, 286.6, 286.6);
rect(306.6, 603.2, 286.6, 286,6)
rect(603.2, 603.2, 286.6, 286.6)
}
@nicosanin
Copy link
Author

Tribute to SolLewitt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment