Table of contents
DotChaos
The prompt for Genuary 2024 Day 2 is No Palette, Day 8 is Chaotic System & Day 23 is 64 x 64
To bring DotChaos to life, I have coded it in TixyLand, LiveCodingYoutube & Hydra
Chaos Design
TixyLand provided the groundwork for the Chaos and No Palette Prompts
LiveCodingYoutube provides necessary 64x64 by making 16 copies (4 x 4) to the TixyLand sketches that comes in a 16x16 grid
Hydra was used to add the Pixelation effects
Poem
Pixels and Palettes
Grids with Chaotic systems
Hidden in their rhythms
As the Pixels and Paletteless
See time as minuteless
As they go and go
The Pixels and Palettes
Video
Code
Tixyland
(x^2 + y ^2) % t + cbrt((random()<0.1))
LivecodingYoutube
Dotting = '6wiI9e7ys4I'
create(4,4,Dotting)
play(all)
speed([0,5,10,15],0.5)
speed([1,6,11,4],-0.5)
speed([2,7,12,3],1.2)
speed([3,6,9,10],-1.2)
Hydra
s0.initScreen()
src(s0).pixelate([25,50,500,1000,2000,4000,6000],[25,50,500,1000,2000]).out()