kolumb/tsodin

Randomize based on feature

shubham1172 opened this issue · 3 comments

Today Randomize can generate images like this:
image

Maybe differentiate between features like eyes, mouth, glasses, emotion, etc. and randomly select one of each.

Thanks for the idea! Added buttons for separate types of features: https://kolumb.github.io/tsodin/
For mouth and eyes it will chose only one of the options. The rest of elements separated into two piles - face and accessories. Background and Hands have special type (I don't know how to call it 🤔). So they are affected only by Randomize All button.

The previous UI was cleaner, with the single Randomize button IMO. If you are in favor, we can revert that and in the single Randomize logic, add a way to select randomly single elements from each category.

Also the categories you chose are a great start. I would suggest

  • Eyes
  • Mouth
  • Glasses
  • Background
  • Hands
  • Emotions

Don't want to cram in the same issue, but probably a clear all button will be useful too 😛

I also was thinking about clear all button, but reloading page works good enough I think.