multi threading for resource heavy functions?

@dave1707 nice, seems youve got a more condensed version. Although I feel your clouds are too rectangular! I had the same problem when I first made it, and that’s the magic of the self feeding loop, rather than using a 2 nested loop.

@archistudent I did this just to get an idea of how you might be doing it. I didn’t want to try going thru your code, so I tried something simple. It doesn’t do as good a job as yours, but it looks like it’s just a matter of overlapping a lot of white low alpha circles. The hard part is probably creating the random cloud shapes. Apparently just a double loop isn’t enough.

@dave1707 I borrowed the logic from another cloud generator in openprocessing, it baffled me for 2 days the way they did it haha