#vectorfield — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vectorfield, aggregated by home.social.
-
Today's Sunday fractal. One vector field equation with differing colors depending on each pixel's initial coordinates.
#mathart #vectorfield #fractal #algorithmicart #mathisfun #abstractart
-
Today's Sunday fractal. One vector field equation with differing colors depending on each pixel's initial coordinates.
#mathart #vectorfield #fractal #algorithmicart #mathisfun #abstractart
-
Just another mid-weekend fractal.
-
Just another mid-weekend fractal.
-
In the depths of the universe, where reality is created, the forces are at work tirelessly, keeping the quantum fields we are local particles of in constant flux and bloom
If you zoom out far enough and speed it up, it is one big flower in constant flow
Created in #VVVV and #FUSE, sound in #bitwigstudio
4k: https://youtu.be/a_-XzpDFjck
#madewithvvvv #vectorfield #particles #abstractart #motiondesign #quantum #field #realtime #creativecoding #generativeart #datasculpture #sounddesign #industrial
-
"FlowSpace"
You know that space where everything flows?
Where your energies seem to be in sync with the universe.
It's not that everything is perfect or works out right away,
But things seem to align themselves towards your goals.This animation gives me that feel.
That kind of quantum field alignment.
Folded and folded again.
But straight in the way a meandering river is.Alive.
#madewithvvvv #fuse #vectorfield #particles #quantum #guitar #realtime #creativecoding
-
"Vectorspace"
Continuing with my exploration of vectorfields, I found a way to create sharper and more defined structures by using the same #vvvv / #fuse delegate for both the emitter and the field force.
Keeps things together nicely 😎
#madewithvvvv #realtime #flowfield #vectorfield #nodes #creativecoding #particles #digitalart #newmediaart #generative #codeart #noise #fbm #motiondesign #mastoart
-
"Vectorspace"
Continuing with my exploration of vectorfields, I found a way to create sharper and more defined structures by using the same #vvvv / #fuse delegate for both the emitter and the field force.
Keeps things together nicely 😎
#madewithvvvv #realtime #flowfield #vectorfield #nodes #creativecoding #particles #digitalart #newmediaart #generative #codeart #noise #fbm #motiondesign #mastoart
-
Wow, that was one inspiring evening at the #spatialmedialab!
Thanks to everybody @thenodeinstitute and especially to https://www.instagram.com/alex.g.u.e.v.a.r.a/ for an eye-opening presentation!
I had to sit down with #vvvv and see how far I could get.
Things started to click and I got a first setup working now.
THANKS for the inspiration!!! 🙏
Punk on!#madewithvvvv #fuse #realtime #flowfield #vectorfield #creativecoding #particles #digitalart #newmediaart #generative #codeart #noise #fbm #motiondesign #mastoart
-
Wow, that was one inspiring evening at the #spatialmedialab!
Thanks to everybody @thenodeinstitute and especially to https://www.instagram.com/alex.g.u.e.v.a.r.a/ for an eye-opening presentation!
I had to sit down with #vvvv and see how far I could get.
Things started to click and I got a first setup working now.
THANKS for the inspiration!!! 🙏
Punk on!#madewithvvvv #fuse #realtime #flowfield #vectorfield #creativecoding #particles #digitalart #newmediaart #generative #codeart #noise #fbm #motiondesign #mastoart
-
Trying to decide between a wide-angle view or a closeup detail view of this vector-field image. Or both.
-
Trying to decide between a wide-angle view or a closeup detail view of this vector-field image. Or both.
-
#genuary21 - "Use a library that you haven't used before".
Believe it or not, I've never used the Processing library, so I tried it out and generated this image of flow through a Perlin noise field. It does seem nice, but I probably won't adopt it regularly simply because I've already built up my own library of similar graphics functions over the years, and that's what I'm used to using now. I guess I like doing things the hard way.
-
#genuary21 - "Use a library that you haven't used before".
Believe it or not, I've never used the Processing library, so I tried it out and generated this image of flow through a Perlin noise field. It does seem nice, but I probably won't adopt it regularly simply because I've already built up my own library of similar graphics functions over the years, and that's what I'm used to using now. I guess I like doing things the hard way.
-
#genuary13 - Happy Wobbly Function Day!
This traces the points on a circle through a wobbly field, fading colors along the way.
#genuary #genuary2024 #wobbly #vectorfield #mathart #generativeart
-
#genuary13 - Happy Wobbly Function Day!
This traces the points on a circle through a wobbly field, fading colors along the way.
#genuary #genuary2024 #wobbly #vectorfield #mathart #generativeart
-
#genuary6 "Screensaver"
Recycled from an animation I made last summer.
#genuary #screensaver #vectorfield #algorithmicart #generativeart
-
#genuary6 "Screensaver"
Recycled from an animation I made last summer.
#genuary #screensaver #vectorfield #algorithmicart #generativeart
-
#ArtAdventCalendar Day 8
Today we have one more vector field image. Yesterday (Day 7), the initial points were on a square, but today they're on a triangle. The equation I used to describe the triangle is a bit messier, but it's basically `max(f1, f2, f3) = 0`, where the f's are `f(x, y) = 0` for the lines defining each side.
-
#ArtAdventCalendar Day 8
Today we have one more vector field image. Yesterday (Day 7), the initial points were on a square, but today they're on a triangle. The equation I used to describe the triangle is a bit messier, but it's basically `max(f1, f2, f3) = 0`, where the f's are `f(x, y) = 0` for the lines defining each side.
-
#ArtAdventCalendar Day 7
Most of us learn the equation for a circle: (x-a)² + (y-b)² = r². But how many of you learned an equation for a square? Just need some absolute value trickery: |(x−a) + (y−b)| + |(x−a) − (y−b)| = r.
I like to include equations in the margins or on the back when I print my math-art, and admit I had to look this one up. This is another vector field image, very similar to the one I posted two days ago, but with the initial coordinates on a square.
-
#ArtAdventCalendar Day 7
Most of us learn the equation for a circle: (x-a)² + (y-b)² = r². But how many of you learned an equation for a square? Just need some absolute value trickery: |(x−a) + (y−b)| + |(x−a) − (y−b)| = r.
I like to include equations in the margins or on the back when I print my math-art, and admit I had to look this one up. This is another vector field image, very similar to the one I posted two days ago, but with the initial coordinates on a square.
-
Day 5 of #ArtAdventCalendar
I made a bunch of these vector field images this past summer. Define a field x -> f1(x, y); y -> f2(x, y), and a set of initial values (in this case all the points on a circle). Trace the points along that circle through the field a few dozen times, while changing color at each step.
-
Day 5 of #ArtAdventCalendar
I made a bunch of these vector field images this past summer. Define a field x -> f1(x, y); y -> f2(x, y), and a set of initial values (in this case all the points on a circle). Trace the points along that circle through the field a few dozen times, while changing color at each step.
-
#Development #Explorations
Magical vector fields · An interactive journey into noise-based vector field methods https://ilo.im/11fs38_____
#WebDesign #WebDevelopment #WebDev #GenerativeArt #OrganicShape #VectorField #Background #Pattern -
#Development #Explorations
Magical vector fields · An interactive journey into noise-based vector field methods https://ilo.im/11fs38_____
#WebDesign #WebDevelopment #WebDev #GenerativeArt #OrganicShape #VectorField #Background #Pattern