WCCC_Insects
Coded Insects Exploring Space
Updated
•1 min read
AntFulTriosInSpace
For this week's Creative Code challenge by @sableRaph: “Insect”, AntFulTriosInSpace shows the space journey of certain Ant Trios that have embarked on a galactic journey to see the universe. Coded in Locomotion & HydraVideoSynth.
Poem
The ants have decided to explore
In trios, to attempt to witness more
More than they ever could on this planet
As they wanted to feed their mind
New habits
New pivots
New paths to add to their timeline
Images






Code
Locomotion
point {x = range 0 17 (osc 0.15), z = range 0 6 (osc 0.35) , y = range 0 6 (osc 0.35), intensity = range 8 25 (osc 0.5), color = 0x844080 };
d n = dancer{url = "ant.glb",size = 0.75,y = range 3 -3 (osc 0.25), animation = [n,1,2 ,1, 3,1], rz = 17,z = range 5 -5(osc 0.15), rx = range 5 -5 (osc 1),sx = range -2.5 2.5(0.125),sz = range -3 3 (osc 0.35)};
for [0..8] d;
HydraVideoSynth
s0.initScreen()
src(s0).modulateScrollX(src(s0).scale(1.75).repeat(2,2),1.3).pixelate([5,100000].smooth(),[50,100,200,10000,100000]).out()




