MinaCoding2025_Combine
Pixelated Combinations
Updated
•1 min read
UnknownPixelObjects
For MinaCoding2025 Prompt 7: Combine, UnknownPixelObjects is a combination of pixelated shapes that may be new objects. Coded in Hydravideosynth & LiveCodeLab.
Poem
Pixels combining
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
250 * (time % 4 + 5) times
scale 0.25 + (time % 10 + 1)/15
rotate sin(time),cos(time),Math.hypot(cos(time),sin(time))
move sin(time) * wave(0.003),Math.hypot(1,wave(0.0003))
ball
HydraVideoSynth
s0.initScreen()
src(s0).pixelate(50,50).modulateRotate(src(s0).pixelate(50,50)).modulateScale(src(s0).
pixelate(50,50)).out()




