# NaPoWriMo+GenMo2025_Haigas2

# **DancingInTriplets**

For the 11th Poem of **NaPoWriMo/ NaPoGenMo 2025**, *DancingInTriplets* is layered by ***Locomotion Coded Choreos***. The output is inspired by the *Haiga*, which are illustrations accompanied by *Haiku* poems.

## Poem

```ocaml
Triplets as movements
The Beings are in Spirals
Moving in Groupings


```

## Video

%[https://youtu.be/3MjEQmUcxuE] 

## Code

```ocaml
b n = dancer { url="raccoon.glb", ry = range -360 360 (osc 0.3), 
lz = range - 360 360 (osc 0.3),animation = [range 1 4 (osc 0.6), 1, 
range 8 16 (osc 0.6),2 , 1], size =  ((n +8)/12 * 2) , 
rx =  step [-3,5,1], z = range -5 5 (phase 1 (n/50) * 2 + (-2)), rz = n * 23.7,dur = 16 };

for [0..12] b;

```
