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

Output Node.js No images created #76

Closed jerrodjam closed 2 years ago

jerrodjam commented 2 years ago

I get the following, i know it is simple fix as everything is running. Just s hint of guidance would be appreciated.

creating NFT 9 of 10

EvilShaggz commented 2 years ago

That does not appear to be an error

jerrodjam commented 2 years ago

Okay perfect, this is good. I'm assuming to achieve created images is a completely separate. I was under impression the terminal would show images.

EvilShaggz commented 2 years ago

No they appear in the output folder

jerrodjam commented 2 years ago

You my friend, have helped. Do you mind if I ask a few more questions here? I am in config.js If i edit the NFTs to lets say 100, what do i have to edit to ensure this goes through?

EvilShaggz commented 2 years ago

Probably the rarity weight values to go up to 100 and ensure there is enough possible combinations of layers to produce that

jerrodjam commented 2 years ago

right, okay i have enough confidence now to fiddle around with this. I just didnt know how to get original to run and you helped thank you.

EvilShaggz commented 2 years ago

If you are going to fiddle i just duplicate the whole folder and go ham knowing i have a working one to refer to