Skip to main content

Command Palette

Search for a command to run...

MinaCoding2025_Combine

Pixelated Combinations

Updated
1 min read
MinaCoding2025_Combine

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()

MinaCoding2025

Part 34 of 40

Submissions for MinaCoding 2025: https://minacoding.online/theme

Up next

MinaCoding2025_Creature

A Coded Creature/Entity?