Skip to main content

Command Palette

Search for a command to run...

Genuary2026_Lifeform

Tangents of Mushys

Updated
1 min read
Genuary2026_Lifeform

MushyTangents

MushyTangents is Coded in Locomotion and uses Mushy’s Lifeform (Prompt 27 of Genuary2026) to make this sketch.

Video

Locomotion Code

a n = dancer { url="mushy", size = 0.1*n, x = n + range 3 -3 (osc 0.15),rz = sin(n) * range -130 150 (osc 0.21) + n * 8, animation: [n,1,n+1,1,n+2], dur = 5 };for[1..22] a;
b n = dancer { url="mushy", size = 0.1*n, z = n + range 3 -7 (osc 0.15),ry = sin(n) * range -13 15 (osc 0.12) + n * 8, animation: [n,1,n+1,1,n+2], dur = 5 };for[1..22] b;
cb n = dancer { url="mushy", size = 0.1*n, y = n + range 3 -3 (osc 0.15),rx = sin(n) * range -13 15 (osc 0.12) + n * 8, animation: [n,1,n+1,1,n+2], dur = 5 };for[1..22] cb;

Genuary2026

Part 8 of 48

Explorations during Genuary 2026

Up next

Genuary2026_Fib2

More Fibonacci