Skip to content

Instantly share code, notes, and snippets.

@federico-pepe
Last active August 29, 2015 14:26
Show Gist options
  • Save federico-pepe/3ea61b4fa488e6a3162c to your computer and use it in GitHub Desktop.
Save federico-pepe/3ea61b4fa488e6a3162c to your computer and use it in GitHub Desktop.
Creating a red circle.
size(500, 500);
fill(255, 0, 0);
ellipse(250, 250, 150, 150);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment