# Genuary2026_Lifeform

# MushyTangents

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

## Video

%[https://youtu.be/kKbPFu9M0BI] 

## Locomotion Code

```haskell
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;
```
