SciArtSeptember2023_Carmine

SciArtSeptember2023_Carmine

Carmine and Patterns

MigratoryCarmine

For the 13th prompt of SciArtSeptember2023: "Carmine" " a LiveCodeLab will present the various Migratory Paths contained in Zenthian through an array of Carmine-based colours

Poem

The patterns of Migration 
Provides an insight
Through the sky night
Of where they seek to be
Where they plan to see
For this information
Is useful at times
And at this, shall be explained through Carmine

Video

Code

pictoralCarmine = (color(195,11,78))
japaneseCarmine = (color(157,41,51))
Carmine = color(150,0,24)

if time % 36 > 16
    animationStyle motionBlur
else
    animationStyle paintOver

simpleGradient japaneseCarmine, moccasin, pictoralCarmine
stroke Carmine, 255

move -0.5, 0, Math.cbrt(time %40)
scale 0.1

12 times
    move 0, 0, 0.5
    1 times
        rotate time, (time/3)/Math.sqrt(time % 22 + 1)
        move 2, wave(cos(time)), 0
        line
        line 2,3,4