HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 695 forks source link

Generating 3,000 images crashes my computer #168

Closed indigofficial closed 2 years ago

indigofficial commented 2 years ago

Hi!

I tried to generate 3,000 images, but my computer crashed, as I guess it couldn't handle 3,000 images being generated 😅

If I generate let's say, 50 instead, then I would have to run node index sixty times - and I also want to run through the images to see if the colours clash, and what not.

And, there could be a 10% chance that there are a few images that have the same properties. Is there a way around this? How did you generate 10,000 images without crashing your computer?

Thank you!