Press escape to exit fullscreen

{{sketch.instructions}}

CC {{sketch.licenseObject.short}}

Archived Sketch

This sketch is created with an older version of Processing,
and doesn't work on browsers anymore.

View Source Code

Capture Screenshot

Random Shapes

{{$t('general.by')}}
Generates randomly colored squares and other shapes. It will on its own Generate randomly colored squares, with a Mouse Press it will generate Circles and with a press of the Space bar it will generate triangles! Pressing 'S' will cause the program to stop. Code: void setup() { size(400, 600); background(255, 255, 255); smooth(); } void mouseDragged() { fill(random(255), random(255), random(255)); ellipse(random(400), random(600), 50, 50); } void draw() { fill(random(255), random(255), random(255)); rect(random(400), random(600), 50, 50); if (key=='s')
We recovered an unsaved version of this sketch. Please review your changes below.

As a Plus+ Member feature, this source code is hidden by the owner.

  • {{co.title}}
    {{$t('sketch.mode-pjs')}} {{$t('general.learnMore')}}
    Select mode or a template
    {{liveCodeLink}}
    • {{l.url.substr(l.url.lastIndexOf('/') + 1)}}
    {{$t('sketch.layoutDescription')}}

    {{k.category}}
    {{k.label}}
    {{k.description}}

    {{$t('sketch.seeMoreShortcuts')}}

    Versions are only kept for 7 days.
    Join Plus+ to keep versions indefinitely!

    {{$t('general.joinPlus')}}


    {{$t('sketch.versionsSummarized')}}