Reputation: 7714
I've recently stepped into cellular automata and I've been looking everywhere for an automata that can simulate clouds' behaviour. I don't want it to be perfect, just to be a random and infinite algorithm that looks like clouds (e.g. when they gather or separate, just like the image below).
This image is not an illustration of an algorithm, it's just an example of the behaviour I'm looking for.
My question is: Is there any algorithm that approximates this behaviour or somewhere to look for it? I searched a lot and didn't find anything. I've looked for Game of Life similars, as well as epidemic algorithms.
Upvotes: 0
Views: 341
Reputation: 33
Might be unrelevant to the prime poster after such a long time, but for the others it seems close to the metaball algorithm.
Upvotes: 1