G'MIC Adventures #4: Physarum Transport Networks

srand value

Well, I tried but I’m not sure what value has to be (in what range), it seems still to be random though.
Thank you.

Would it be possible to record coordinates of particles or seed points then interpolate between the instances to animate? Sorry that this is a word-salad; just trying to brainstorm.

1 Like

Everything is possible with a bit of time and motivation :wink:
I think my experiments are over for this episode of G’MIC Adventures, but if someone wants to experiment new things related to it, that would be awesome!

1 Like

…modulate the trail map by a grey scale image :slight_smile:

1 Like

i’m having way too much fun with this.

thanks for bringing it to my attention :slight_smile:

6 Likes

How did you do that? I guess the filter alone is enough? Haven’t tried it yet.

i’m not proficient in g’mic, so i used the glsl source code from the interactive physarium github. the only change is that i input another image and multiply it to the trail map directly after the blur step. this must be a one-liner change in g’mic :slight_smile:

1 Like