Skip to main content

Command Palette

Search for a command to run...

Genuary2026_MoreBoxes

More and More Boxes

Updated
1 min read
Genuary2026_MoreBoxes

MoreBoxyTrips

MoreBoxyTrips is Coded with LiveCodeLab Boxes(Prompt 12 of Genuary2026)

Poem

Entities 
made of Boxes
Wandering around acting as this Stage
Is theirs
Within their tiers
Ignoring the others that are there
For this is their space
For their paths in their pace
For the Boxes are of one shape
For the Boxes are only Boxes

Images

Code

LiveCodeLab

pushMatrix()

simpleGradient white,black,grey-
ambientLight (time % 15 +1)*15,50 *((time % 10 + 1) /2),abs(sin(time)*255) 

35 + (time % 15 +1)*10 times with i
    scale 0.5
    move (time % 25 + 1)/50,(time % 25 + 1)/50,(time % 25 + 1)/50
    rotate sin(time)*i/10, cos(time)*i/12,Math.hypot(i,i%10)
    rotate i/10,i/16,i/4
    box i/20, i/15, Math.hypot(sin(i/10),(time % 10 + 1))
    rotate
        box i/40, i/5, Math.hypot(cos(i/2),(time % 10 + 3))
    rotate
    noStroke
        box i,i,i
        box i/2,i/2,i/3
        move i, i/2, i/3
        move  i/10,sin(time)*i/2, i/3
        move sin(time),wave(i/100),Math.cbrt(Math.hypot(time % 7, sin(time)))
        rotate  sin(time),wave(i/100),Math.cbrt(Math.hypot(time % 7, sin(time)))
        box i/4.i/4.o/5
popMatrix()

Genuary2026

Part 11 of 48

Explorations during Genuary 2026

Up next

Genuary2026_BooleanDots

Boolean & Dots