Emily Mahar's profile

Code Generated Compositions

The simple code used to create the paint program with p5.js:

function setup() {
  createCanvas(windowWidth, windowHeight);
}
function draw() {
  ellipse(mouseX, mouseY, 100, 100);
}
Code Generated Compositions
Published:

Code Generated Compositions

For this project I wrote simple, introductory-level code using p5.js which created a painting program. I then took screen grabs of the window, br Read More

Published: