Genuary2026_Bauhaus
Bauhaus Inspirations
Updated
•1 min read
RectsWithRects
RectsWithRects is coded in LiveCodeLab and is inspired by Bauhaus (Genuary2026 Prompt 21)
Poem
Placing
The Rectangles
That the code is Phasing
As the Palettes Dangles
Images



LiveCodeLab Code
background white
fill orange
rect 2,2,2
fill yellow
rect 1.5,1.5,1.5
fill color(255, 68, 51)
rect 1,1,1
fill color(86,13,13)
rect 0.5,0.5,0.5
background white
fill orange
rect 2,2,2
fill yellow
rect 1.5,1.5,1.5
pushMatrix()
fill color(86,13,13)
rect 0.5,0.5,0.5
popMatrix()
background beige
fill yellow
rect 1.25,1.25,1.25
fill gold
rect 1.0,1.0,1.0
fill brown
rect 0.75,0.75,0.75
pushMatrix()
fill gold
move -1,-1.2
rect 0.25,0.25,0.25
popMatrix()
pushMatrix()
fill brown
move -0.25,-1.2
rect 0.25,0.25,0.25
popMatrix()
pushMatrix()
fill yellow
move 0.5,-1.2
rect 0.25,0.25,0.25
popMatrix()
pushMatrix()
fill black
move 1.25,-1.2
rect 0.25,0.25,0.25
popMatrix()




