WCCC_JumpScare
Kofi / Illestpreacha
2 min read
Table of contents
DifferingJumpVibes
For this week's Creative Code Challenge by @sableraph : “Jump Scare”, I decided to make DifferingJumps. This week the languages used are Locomotion for the Visuals and SonicPi for the sound.
Jumping Process
With Locomotion, the jumps are embodying a group of OrDroids that are fearful of the DataGhosts (citizens of Locomotion World). That is their jumps in the video aren’t straight and quite floppy as with every jump, their fear is increased.
The sounds coming from SonicPi are vocalisations of said fear.
Poetry
They are wobbly, it is because of the fear!
They aren’t upright, it is because of the here
The here that brings them to be scared
As they jump, either here or there
For the fear consumes the fare
The atmosphere
Every molecule in the air
Video
Code
Locomotion
--lighting
point {x = range 0 17 (osc 0.15), z = range 0 6 (osc 0.35) , intensity = range 8 25 (osc 0.5), color = 0x800080 };
ambient {intensity = 1};
point {color = 0x5555A7, x = 0, y = 3};
directional { colour=0xf00f80, intensity = range 0 2 (osc 0.5), z = range 0 17 (osc 0.8), y = 10, x = -6 };
--jumping while scared & Not Scared
b n = dancer {url = "dataghost", y = range -3 3(osc 0.75),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,animation = [n,1,n+1,n+0.25, n + (-2),0.5,n*3,07.5,n*2.1], size = n/5};
for [0..15] b;
f n = dancer {url = "orDroid", y = range -5 5(osc 0.15),dur = 3.5, rx = range n n*45,lz = n * 5, z = -7, ry = n + range 10 260 (osc n * 0.215 / 10), x = n - (3) * 3,animation = [n,1,n+1,n+0.25, n + (-2),0.5,n*3,07.5,n*2.1], size = n/5};
for [0..15] f;
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