Skip to content

Instantly share code, notes, and snippets.

View slambert's full-sized avatar

Steve Lambert slambert

View GitHub Profile
@slambert
slambert / not a bee anymore.pde
Last active February 18, 2020 02:51 — forked from MortytKane/not a bee anymore
can you guys help me?
// Where's your comments?
// Also add .pde to your filename to get the colors and hilighting to show up in your gist.
void setup() {
size(700, 700);
background(#D3FCFF);
noStroke();
println("setup done");
ellipseMode(CENTER);
}