Skip to content

Instantly share code, notes, and snippets.

@julescarbon
Created January 7, 2014 23:49
Show Gist options
  • Select an option

  • Save julescarbon/8309086 to your computer and use it in GitHub Desktop.

Select an option

Save julescarbon/8309086 to your computer and use it in GitHub Desktop.
checkerboard
t /= 700
x=(t+x/8)|0
y=(t+y/8)|0
if (xor(x%2, y%2)) gray(x+y)
else gray(b+g+r)
a+=cosp(t)*30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment