CodeJourney_CollagingCode
Collaging with 3D
Updated
•1 min read
CodeCollaging: FloatingStructLayers
For this Code Journey, I am playing around with a LiveCodeLab sketch that is being collaged by its many components to make images.
Images
Remix




Original



LiveCodeLab Code
if time % 30 > 15
ambientLight color(abs(sin(time) *255),255 - time % 15 * 15, 0)
simpleGradient orange,yellow,blue
stroke white
else
ambientLight color(wave(255),40 * (time % 6),90 * ((time % 14 +1)/6))
simpleGradient blue,yellow,orange
(time % 15 + 6) / 4 times with j
scale (time % 40 + 1)/20
move sin(time)/j,cos(time)/j,tan(time)/j
25 times with i
rotate 15,time %15,wave(sin(45))*i
peg




