Mathober2024_Circuit
Kofi / Illestpreacha
1 min read
CompressedNoMore
For my third sketch of Mathober coded in LiveCodeLab , CompressedNoMore will be using the 21st prompt of Mathober 2024: Curvilinear and 17th prompt: Circuit*. This is done by making individual floating pieces move in various curves to form a sphere. **CompressedNoMore* starts from the sphere and ends at the sphere, making this a circuit.
Poetry
Spiralling as the noise bounces
Bounces to the left
Bounces to the right
With no regard of the concept of depth
The concept of pace
Just knowing sometimes the colours or bright
And other times it needs to be dimmed
Needed to be simmed
With the spillover needing to be trimmed
Video
LiveCodeLab Visual Code
if time % 30 > 15
stroke white
else
stroke black
fill blue
background brown
scale sin(time)/ 2
rotate time, sin(time), cos(time)
abs(200 - ((time % 30) * 15)) times with i
rotate time * 2 + sin(i), time/sin(i), time / sin(i) * cos(i)
move 2, sin(time % 6), tan(time % 12 + 1)
peg 1, 0.4, 0.07
LiveCodeLab Audio Code
Same as the code used in https://blog.illestpreacha.com/mathober2024tangent
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