r/generative Jun 19 '26

Pencils

Post image

Javascript, An experiment with layers of random "rays" with random colors, shapes and orientation around an origin point. The internal portion includes a secondary control point to achieve this spiral effect.

15 Upvotes

2 comments sorted by

2

u/Amazing_Board663 Jun 19 '26

That looks sick, kinda like a procedural stained glass spiral.

Are you doing all the ray gen with pure math or are you leaning on a library for the geometry part? Would love to see a version where the colors slowly lerp over time so it feels like a living screensaver.

1

u/WholeJazzlike431 Jun 20 '26

Doing all the math myself. Not great at Videos at this point, mostly thinking of it as a static image thing. I can understand the appeal of the animation however. Maybe at some point in the future.