Table of contents
Stars&Glows
For the first prompt of SciArtSeptember2023 of Starry, I created "Stars&Glows" which takes Hydra & SonicPi Code to make a timelapse of the stars and sky in an alternative realm of Zenthian. The sketch had effects added to emphasize the different starfields that are possible in Zenthian.
Zenthian
This was a planet created last year for SciArtSeptember and the following planetary discoveries were made from it:
Poetry
The Stars they wiggle
Even hiding a smile
As they join in the giggles
For their paths aren’t wild
As they care
For the flair
The styles that each one of them rather not bare
Or even compare
For they each their own
Clustered together in this zone
Knowing that they are not alone
In shining the light
Shining it bright to their delights
Video
Hydra Code
voronoi(129,()=> Math.hypot(Math.sin(time % 4 ),2.7),30).rotate(0.5).scale(13)
.color(0.5,1,0.2).blend(noise(1,2,1))
.add(voronoi(329,()=> Math.hypot(Math.sin(time % 4 ),2.7),[7.5,15,30])
.scale(3.4)).add(voronoi([429,154],[0.5,1,2,3,1,2],[4,3,1,2]).scale(7.4)
.repeat(4,4)).out()
speed = 0.2