Created
February 18, 2025 00:23
-
-
Save free-neurogenesis/cdbde463bf06094e0fd1776543c089a8 to your computer and use it in GitHub Desktop.
creative coding assignment 1 (language: processing)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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