Table of contents
GlowingBats
For the 22nd prompt of SciArtSeptember2023: #Nocturnal, “GlowingBats” takes Hydra @hydravideosynth & SonicPi Code along with Bats made in CapCut to show how some parts of the Zenthian Fauna Ecosystem illuminates the sky
Poetry
Bats Flapping their wings
Bats interfering with each other
Knowing what the other brings
Brings to this realm
Where they are near, one another
Near and far from what brings them near
Near the point of being overwhelm
But that unit brings them closer to them
Them that are bats
That aren’t afraid to have their energies stack
Without fear
Video
Hydra Code
//making 2 instances of the same screen
s0.initScreen() // GlowingBats
s1.initScreen() // GLowingBats
src(s0).repeat(()=> (time % 25 + 1)/5).blend(src(s0).scale(0.25)).diff(o1).modulateScale(o1).out(o0)
src(s1).pixelate(10000,1000).out(o1)