Skip to main content

Command Palette

Search for a command to run...

CodeJourney_CollagingCode

Collaging with 3D

Updated
1 min read
CodeJourney_CollagingCode

CodeCollaging: FloatingStructLayers

For this Code Journey, I am playing around with a LiveCodeLab sketch that is being collaged by its many components to make images.

Images

Remix

Original

LiveCodeLab Code

if time % 30 > 15
    ambientLight color(abs(sin(time) *255),255 - time % 15 * 15, 0)
    simpleGradient orange,yellow,blue
    stroke white
else
    ambientLight color(wave(255),40 * (time % 6),90 * ((time % 14 +1)/6))
    simpleGradient blue,yellow,orange

(time % 15 + 6) / 4 times with j
    scale (time % 40 + 1)/20
    move sin(time)/j,cos(time)/j,tan(time)/j
        25 times with i
            rotate 15,time %15,wave(sin(45))*i
                peg

CodeJourney

Part 2 of 5

Coded Explorations and the outputs derived from them

Up next

CodeJourney_MonkeyDay

Remixing a Monkey Based Sketch