# Genuary2026_Transparency16s

# PrismOfDots

**PrismOfDots** takes the Genuary 2026 Prompts: 19 - 16x16 (Coded in TixyLand) & 23 -Transparency (Coded with HydraVideoSynth) and Lets the Dots Move in a Prism like formation.

##   
Poetry

```javascript
Dots Prism
Aligning on all Angles
Slowly moving through magnetism
Floatation as they untangles
```

## Video

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

## Code

### TixyLand

```javascript
tan(hypot(y**1.5|y**.5,x|t))/tan(i/cbrt(t|x))
```

### HydraVideoSynth

```javascript
s0.initScreen()


src(s0).blend(src(s0).scale(0.95)).blend(src(s0).scale(0.90)).
blend(src(s0).scale(1.05)).blend(src(s0).scale(1.15)).out()
```
