Generative (Fat Lines + texture + Selective Bloom)

Hi community!

Picture:

Demo: Generative

Source code: GitHub - cywarr/GenerativeThing

It’s all started from a question on discord of how to put a texture onto a grid of lines, that are tubes, distorted with noise. Then it was offered to use fat lines instead of a bunch of meshes with TubeGeometry.
Finding/computing of UV for segments became the hardest part.

First prototype: https://codepen.io/prisoner849/pen/OJQyQgM
Then I decided to evolve the idea and made the next iteration: https://codepen.io/prisoner849/pen/xxYwJoE
And the next thing was the adding of Selective Bloom: https://codepen.io/prisoner849/pen/xxYwNeB
But clicking the button to have a new generated picture seemed boring and here is a solution with Tween.js, making transition of triangles smooth in a loop: https://codepen.io/prisoner849/pen/abqdZmr

The final result i the combination of the last two codepens.

11 Likes

Very spooky, love it! :slight_smile:

1 Like

@Usnul Thanks :slight_smile: :beers:

1 Like