Skip to main content

Command Palette

Search for a command to run...

Mathober2024_Circuit

Curvilinear, Circuits & Code

Updated
1 min read
Mathober2024_Circuit

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

Mathober2024

Part 20 of 22

Mathober 2024 Explorations

Up next

Mathober2024_Inverted

3D Inversion

Mathober2024_Circuit