Skip to main content

Command Palette

Search for a command to run...

MinaCoding2025_Repetition

Repetition , Repetition

Updated
1 min read
MinaCoding2025_Repetition

CrowdedScreenPixels

For MinaCoding2025 Prompt 8: Repetition, CrowdedScreenPixels is a layered repetition of Dataghosts moving across the screen. Built upon a previous Coded Choreo in Locomotion.

Poem

Characters Overlaid 
Twisting & comibing
To create
A chaotic energy,  Entity
An Unknown Project
With a Whole new identity
Through the form of pixelate, stretching and rotate
They are always Reminding
About their movements to Collect
As they march on with their Parade

Video

Locomotion Code

g = \n -> dancer { url= "dataghost", y = 10,rz = 40*n,x = 7*n + -20, ry = 60*n,lx = range -45 130 (osc 0.45), z= -20,size = 0.75*n, sx = range -5 5 (osc 0.15)};
for [0..6] g;

f = \n -> dancer { url="dataghost", y = 7,rx = 90*n, z= -20,rz = 60*n, x = 7*n + -20,lz = range -45 130 (osc 0.45),ly= 90*n,size = 5 + - 0.75*n, sy = range - 10 10 (osc 0.125), sz = range - 5 5 (osc 0.25)};
for [0..6] f;

MinaCoding2025

Part 33 of 40

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

Up next

MinaCoding2025_Combine

Pixelated Combinations