Skip to main content

Command Palette

Search for a command to run...

Genuary2026_OneLinePath

One Line is all you need

Updated
1 min read
Genuary2026_OneLinePath

ManyPathsOneLine

ManyPathsOneLine takes the Genuary 2026 Prompts: 20(One Line) and 18(Unexpected Paths).

One Line doing `unexpected paths in a LiveCodeLab coded sketch.

Poem

One Line
Paths moving in new stride
In time
Patterning in its Prime

Video

LiveCodeLab

simpleGradient white,red,orange

if time % 30 > 21
    stroke blue
if time % 30 < 12
    stroke orange
else
    stroke black

if time % 20 < 10
    scale Math.hypot(sin(time),cos(wave(time)))
    move sin(wave()),cos(wave()),tan(wave())
    rotate
else
    scale Math.hypot(sin(time),cos(wave(time)))
    move sin(wave()),cos(wave()),tan(wave())
    rotate cos(wave()),time
    animationStyle paintOver

line (time % 3 + 1)