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

radians

{{$t('general.by')}}
void setup() { size(400, 400); background(67, 104, 201); } void draw() { for (int i = 0; i<(height-80)/20; i++) { for (int j = 0; j<(width-80)/20; j++) { pushMatrix(); fill(67,5); fill(67,104,201); translate(i*80, j*80); rotate(radians(i-mouseX/20)-(j-mouseY/20)); rect(0, 0, 40, 40); popMatrix(); } } }
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')}}