Skip to content

Instantly share code, notes, and snippets.

@dropmeaword
Created February 28, 2020 11:22
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 dropmeaword/c90a36f3734259f486dad895795fe4cc to your computer and use it in GitHub Desktop.
Save dropmeaword/c90a36f3734259f486dad895795fe4cc to your computer and use it in GitHub Desktop.
cool for printing
int i,s=450;void setup(){size(900,900,P3D);}void draw(){translate(s,s);rotate(--i*.1,i%9,i%7,i%4);fill((-7<<i%36)-1);rect(s,0,30,30);}//#p5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment