Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save free-neurogenesis/cdbde463bf06094e0fd1776543c089a8 to your computer and use it in GitHub Desktop.
Save free-neurogenesis/cdbde463bf06094e0fd1776543c089a8 to your computer and use it in GitHub Desktop.
creative coding assignment 1 (language: processing)
size(640,360);
circle(400,180, 360);
circle(240,180, 360);
strokeWeight(40);
line(0,180,640,180);
strokeWeight(1);
circle(320,180, 360);
circle(320,180, 350);
circle(320,180, 340);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment