# MinaCoding2023_Human_BuildingBlocks

# JuneBuildingBlocks

The Sixth of the Seven Pieces for the **MinaCoding** Prompt of **Humans: JunePlanetary**

**JuneBuildingBlocks** uses ***LiveCodeLab*** to visualize the building blocks of this realm with hue adjustment and an Oilpaint filter.

## Poem

```ocaml
Connecting blocks
From the gases to the rocks
Categorising on self will
As they refuse to stand still
Not because they are ill
Cause their movement brings 
Energies that swingPhotos
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1687665876564/be17e81b-3e1b-4c10-bc69-e29efd4a8e54.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1687665895155/12d5f042-8fbc-4216-a03d-11ce8169ec32.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1687665912028/2283ccb8-ca47-4f42-ae7b-68afe3eb4a16.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1687665921104/4b49a880-79df-424d-bca1-24f4894096fd.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1687666099108/74869ccf-b85a-4df8-8ca1-2b26e407a1c9.png align="center")

## Code

### LiveCodeLab

```javascript
simpleGradient black,white,black
rotate Math.cbrt(time % 9 + 1), time / 2, time / 2
move Math.hypot(sin(time),cos(time % 12)),sin(time)/(cos(time % 7 + 1))

scale 0.56

fill blue
stroke white
box
move 
box sin(time % 3), cos(time % 2),Math.tanh(time % 8)
move
box 
move
box cos(time % 3), Math.hypot((time % 4),(time % 6)),Math.tanh(time % 8)
```
