Skip to main content

Command Palette

Search for a command to run...

Genuary2026_PenPlottable3

Plottable Paths?

Updated
1 min read
Genuary2026_PenPlottable3

PlottableChaos

PlottableChaos is coded in LiveCodeLab and is displayed in a way that is meant to be Pen Plottable(Genuary 2026 Prompt 22)

Poem

Plotting
The Outlines
That the code is Jotting
As the shapes intertwine

Images

Code

LiveCodeLab

//Uncomment either

//simpleGradient grey,blue,grey
//simpleGradient gold,red,orange


scale 2

12 + time % 10 times with i
    ambientLight
    noFill
    if time % 4 > 2
        stroke black
    else
        stroke white
    rotate sin(i),wave(sin(i))/112
    move sin(time)*cos(time) / 120,tan(time)*cos(time) / 120,cos(time)*sin(time) / 120
    rect

12 + time % 10 times with i
    ambientLight
    noFill
    if time % 4 > 2
        stroke orange
    else
        stroke green
        rotate wave(Math.hypot(sin(i),cos(i)))/100,sin(i),wave(sin(i))/112
    move tan(time)*cos(time) / 120,cos(time)*sin(time) / 120,sin(time)*cos(time) / 120
    rect

Genuary2026

Part 1 of 48

Explorations during Genuary 2026

Up next

Genuary2026_MoreMoreBoxes

It is a Box Week