# Mathober2025_Amalgamation2

# DanglingSpheres

For My 29th Sketch of **Mathober2025**, ***DanglingSpheres*** is coded with **LiveCodeLab** with the 26th Prompt of *Amalgamation:* A Bunch of Spheres dangling in mid-air.

## Poetry

```ocaml
A Spheres wishes 
To be more than a 3D Circle
but wonders what are the hurdles
and how can it lead to switches?
```

## Video

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

## Code

```javascript
25 times with i
	move  i, wave(i), wave(i)
	rotate cos(time) * i, sin(time) * i
	ambientLight
	fill i * 8 + 10, i * 6 + 5, i * 7 + 5
	scale 0.7
	stroke (i * 25)/3.3, i*9, i*4
	ball
```
