This is pretty close to slit-scanning. A difference with the usual approach is that the lines here have different colors on each end, and the colors are interpolated creating a gradient so it looks less flat.
Nice!! I like both. Specially those particles on black Can you say anything about what goes on in that program? Are there some forces moving things around?
Thank you, Abe! It’s a flow field driven by a noise gradient. If any particle finds itself inside that circle in the middle, it speeds up to move out of there
Happy to join the forum, I’ve been meaning to be in touch. I’ve been loving OPENRNDR!
I actually did my first genuary prompt ever today! I was attending a local arts and crafts group where people where working on various stuff and I took some inspiration from a DIY perl neclace some had.
It’s not much (and I’m extremely rusty), but I had fun making it. I tried to make the rectangles follow the line of the contour, but I think I got some of the math wrong haha.
Welcome back to the forum! And nice to see your necklace!!
ShapeContour has a nice method called pose(t) which returns the transformation matrix for any point in the curve, which can make things easier. It can be used like this