Emily Mahar 的个人资料

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
发布时间:

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 阅读更多内容

发布时间: