Skip to main content
Search
Search This Blog
Amari Roberts 2010 Blog
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
October 27, 2025
P5 sketch
function setup() {
createCanvas(1280, 720);
}
function draw() {
background(200, 220, 255); 0
fill(255, 255, 0);
ellipse(mouseX, mouseY, 100, 100);
}
Comments
Popular Posts
March 16, 2025
The Oscars Showed Us Why Typography Matters
March 16, 2025
Grids
Comments
Post a Comment