MinaCoding2025_TextureCreature
More Coded Creatures
Updated
•2 min read
UnknownPixelCreatures
For MinaCoding2025 Prompt 11 & 6: Texture & Creature, UnknownPixelCreatures is a combination of pixelated shapes that may be new creatures. Coded in Hydravideosynth & LiveCodeLab .
Poem
Pixels comibing
To create
An unknown Entity
An Unknown Project
Whole new identity
Through the form of pixelate
They are always Reminding
About new pixels to collect
Images






Code
LiveCodeLab
simpleGradient powderblue,aqua,navy
scale 0.3
rotate
move
ambientLight 90,175, 145
ambientLight 230,175, 145
ambientLight 130,75, 45
pushMatrix()
10 + ((time % 15)*7) times
rotate 0.01 * wave, 0.01 * wave, sin(wave) * 0.01
move 0.01 * wave, 0.01 * wave, 0.01 * wave
ball
peg
fill orange
ball -1.3
popMatrix()
pushMatrix()
10 + ((time % 15)*7) times
rotate 0.01 * wave, 0.01 * wave, sin(wave) * 0.01
move 0.03* wave, 0.01 * wave, 0.04 * wave
ball
peg
fill orange
box -1.3 + ((time % 10 + 1)/ 9) * -1
popMatrix()
pushMatrix()
10 + ((time % 15)*7) times
rotate 0.01 * wave, 0.01 * wave, sin(wave) * 0.01
move -0.03 * wave, 0.03 * wave, 0.03 * wave
ball
peg
fill aqua
box -1.2 + ((time % 12 + 1)/ 8) * -1
popMatrix()
pushMatrix()
noStroke()
10 + ((time % 15)*7) times
rotate 0.01 * wave, 0.01 * wave, sin(wave) * 0.01
move -0.03 * wave, -0.03 * wave, -0.03 * wave
ball
peg
fill blue
peg -1.3 + ((time % 10 + 1)/ 8) * -1
popMatrix()
HydraVideoSynth
s0.initScreen()
src(s0).modulateRotate(voronoi(1,3,4)).out()




