Skip to content

Instantly share code, notes, and snippets.

View kjooeun97's full-sized avatar

Jooeun Kim kjooeun97

View GitHub Profile
import processing.serial.*;
int numOfShapes = 60; // Number of squares to display on screen
int shapeSpeed = 2; // Speed at which the shapes move to new position
// 2 = Fastest, Larger numbers are slower