Skip to content

Instantly share code, notes, and snippets.

@tmshv
Created August 23, 2014 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmshv/7ae9e6a4380fd6d873a1 to your computer and use it in GitHub Desktop.
Save tmshv/7ae9e6a4380fd6d873a1 to your computer and use it in GitHub Desktop.
Processing bootstrap sketch
void setup(){
size(500, 500);
}
void draw(){
background(204);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment