Template
// Runs once on first frame
void setup() {
size(400, 400); // Creates a 400 x 400 pixel canvas
}
// Runs every frame
void draw() {
}Last updated
// Runs once on first frame
void setup() {
size(400, 400); // Creates a 400 x 400 pixel canvas
}
// Runs every frame
void draw() {
}Last updated