jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

DNA exists issue #173

Open gentlesz opened 1 year ago

gentlesz commented 1 year ago

Hi,

Thanks for the brilliant tool, trying to dabble by creating 10 artworks. Have 3 layers folders with 3 attributes subfolders in each and a gif file inside the attribute subfolder, so a total of 9 files.

The tool works for edition size 1 but for more gives the DNA exists issue. Have tried name all the gif files 0.gif and also as unique ones.

What am I doing wrong? Thanks in advance!

gentlesz commented 1 year ago

had missed adding weights to the folders, that solved the above issue.

But now for 3x3x3 combinations, I am always able to generate only 9 gifs. how to generate all possible combinations? @jalagar

jalagar commented 1 year ago

hmm do you mean 27 combinations? that should work, are you sure the weights are included in above? is it including all possible traits, it could be one of the traits is not configured correctly @gentlesz