Stop
Continue
Go
/* Animated Random Circles This example draws circles of radius 10 in random locations using the animation loop. */ function setup(){ loop(); //start the animation loop } function draw(){ var x,y; //variables for circle center x=width*random(); //random x value y=height*random(); //random y value circle(x,y,10); //circle of radius 10 }
default
3024-day
3024-night
ambiance
base16-dark
base16-light
blackboard
cobalt
eclipse
elegant
erlang-dark
lesser-dark
mbo
mdn-like
midnight
monokai
neat
night
paraiso-dark
paraiso-light
pastel-on-dark
rubyblue
solarized dark
solarized light
the-matrix
tomorrow-night-eighties
twilight
vibrant-ink
xq-dark
xq-light