WCCC_Void

2 min read
Table of contents

SlowlyInVoid
For this week's Creative Code challenge by @sableRaph: "Void”, SlowlyInVoid is made by having the audio slow down as the animation plays and the visuals eventually end in a void.
Coded with Hydra, LiveCodeLab & Locomotion
Poetry
Into The Void
We go
Where time Tends to Move Slow
Speed is a Concept
That it attempts to Avoid
As the void tend to Intercept
What the Others Deployed
For the Void, They Go
For the Void, They Dissect
Video
Code
Locomotion
--Quadraple Box Movement
c = hsv (step [0,1/3,1/3,2/3,2/3,2/3,1/3,1/3,1/3,0,0] (phase 1 0)) 1 (range 0.5 1 (osc 0.09));
c1 = hsv (step [0.5,1/3,1/3,2/3,0.5,2/3,2/3,1/3,1/3,1/3,0.5,0] (phase 1 0)) 1 (range 0.5 1 (osc 0.09));
move = (osc 0.10);
clear { colour= 0x51414F, alpha= 1.5 };
box { colour = c,rx = range 0 180 (move), y = range -2 2 (move), size = range -3 3 (move) };
box { colour = c1,rz = range 0 180 (move), x = range -2 2 (move),size = range -2 2 (move) };
box { colour = c1,rz = range 0 180 (move),z = range -2 2 (move), y = range - 3 3 (move), x = range -3 3 (move),size = range -2 2 (move) };
box { colour = c, ry = range 0 180 (move), z = range -2 2 (move),size = range -1 1 (move) };
b n = dancer {url = "ordroid",dur = 3.5, rx = range n n*45,lz = n * 5, ry = n + range 10 260 (osc n * 0.215 / 10), x = n - (3) * 3, lx = n * 20 , lz = n * 40 + range 40 190 (osc n * 1.44), animation = [n,0.25, n + (-2),0.5,n*3,07.5,n*2.1], size = 0.9 + n /72 };
for [0..18] b;
Hydra
s0.initScreen()
src(s0).modulateScale(src(s0).rotate(()=> time % 14 +1).kaleid(0.36)).
modulateKaleid(src(s0).blend(noise(1,2,3))).
modulatePixelate(src(s0).scale(0.75).repeat([2,3,4,5],[1,2]).colorama([0.1,0.2,0.3,0.4].smooth()))
.out()
speed = 0.25
LiveCodeLab Audio
bpm 77
play 'hoover', '--x- -xx- x x --x- --x-'
play 'pianoLDChord', '-x-- ---- x--x xxx-'
play 'beepA', '--x- --x-- x--x- --x--xx'
play 'snap', '--x- -x--x-- -xx- --x--'
play 'tense', 'x--x x --x– x -x-- -x--'
play 'voltage', 'x-x- -x-- x-xx x-xx'
play 'ciack', '-x-x ---x x-x x- --xx'
0
Subscribe to my newsletter
Read articles from Kofi / Illestpreacha directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
