Skip to main content

Command Palette

Search for a command to run...

MinaCoding2023_Imitation

They Still Walking

Updated
1 min read
MinaCoding2023_Imitation

WalkingGlitchWays

Design Process

For the MinaCoding Prompt of Imitation, I decided to make: WalkingGlitchWays.

It uses Hydra & LiveCodingYoutube to further remix, Oz (@0xozram)'s The Sidewalk for the Human Prompt by adding a glitchy effect to yesterday's remix: WalkingAllWays - https://blog.illestpreacha.com/minacoding20233dwalks

Hydra and LiveCodingYoutube use the previously remixed sketch to add more glitches and more instances of different walks.

In WalkingGlitchWays, SonicPi is used to explore the different tempos of movement.

Video

Poem

Walking to the left
To the right beneath the depths
Of the layer aspects
No concept of east
No concept of west
Just walking alongside
The tempo of the breeze
And the directions of the line

Oz's Code & Post-

Blogpost: https://oz.super.site/minacoding-2023/day-19-learning-to-walk & https://oz.super.site/minacoding-2023/day-21-the-sidewalk

Code: https://openprocessing.org/sketch/1959931

Follow OZ on Twitter : https://twitter.com/0xozram and https://oz.super.site/

Code

LiveCodeLab


Walks = "mZSnQqtXCTc"
create(3,3,Walks) 
speed([0,2,6,8],-1.5)
speed([1,4,7,2])
play(all)
jump([0,3],10,10)
jump([5,8],-3,-3)

Hydra

s0.initScreen()


src(s0).modulateRotate(src(s0).repeat(3).kaleid([3,2,1,2,3])).mult(src(s0).diff(osc(20.273, 0.001, 0.541)).rotate(1.036)).pixelate([200,400],[400,800,1600,1000]).blend(s0, 0.799).scrollX(0.1,0.1).modulateScale(src(s0).scale(3, () => 1.05 + 0.1 * Math.sin(0.088 * time))).out(o0);


frame = 30

speed = 0.5

MinaCoding2023

Part 5 of 29

Creative Coding Outputs during MinaCoding2023 (In June of 2023)

Up next

MinaCoding2023_3D_Walks

Which Way to Walk?