Add gender switch to avataaars #535
-
|
Would be nice to have a I know, nothing wrong with that... But also not suited for all my users. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 7 replies
-
|
I had once decided against such an option. Because as you have already mentioned: What is female and what is male? However, you can define the options so that either a very female or a very male character comes out. The configurator on avatars.dicebear.com might also help. For example, there is also an option on how likely it is that the character has a mustache. Examples: |
Beta Was this translation helpful? Give feedback.
-
|
fair enough. |
Beta Was this translation helpful? Give feedback.
-
|
Hello @FlorianKoerner i remember that i have tested the http request you have posted about a year ago and it worked, but now it doesn't work, do you have any idea why ?? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
|
@AmineAssali you are right. The following links should work. Long Hair & without facialHair |
Beta Was this translation helpful? Give feedback.
-
|
This is definitely a bug. Having avatars that don't generate reliable genders makes a great system useless. |
Beta Was this translation helpful? Give feedback.
-
Even if you wanted to avoid a binary based on gender, the right solution is to put it (or more specifically femininity and masculinity) on a spectrum. Not to force those who want a masculine/male avatar into opting for mustaches. As if to say, a man that doesn't have a mustache can't be male because the API doesn't allow for this. I think it's GREAT that the project supports hijabs and turbans. But, for everyone including Muslims and Sikhs it would have to be downright awkward to join a service powered by dicebear, and find yourself as a person that identifies as a male with an avatar adorned with hijab, or a female with an avatar adorned with a turban. And the alternative is what? To ask your users what their religion is, and what their gender is and to manually map in the turban and hijab? That's a lot of work that would forever limit the ability to support multiple graphic sets. It's like there are two conflicting use cases.
|
Beta Was this translation helpful? Give feedback.
-
|
There is no dedicated gender option in DiceBear, and this is on purpose. You can still get the avatars you have in mind by setting the options yourself. Every style exposes its features as individual options, so you can choose the hair, facial hair, clothing, and so on that fit the look you want. The same options apply to seed-based generation: they define the pool a seed draws from, so you can narrow that pool (for example, remove facial hair or restrict the hair to certain styles) and still get a deterministic avatar per seed. There is a short guide that walks through this: https://www.dicebear.com/guides/how-do-i-set-a-gender/ We deliberately do not ship a built-in "male" or "female" default. What reads as masculine or feminine is not universal. It varies between cultures and between people. Any default we picked would build one interpretation into the library and apply it to everyone, which would not fit every project or audience. We would rather give you the controls and let you define it for your own context. If your goal is to avoid features that tend to read as gendered, several styles also have a |
Beta Was this translation helpful? Give feedback.
There is no dedicated gender option in DiceBear, and this is on purpose. You can still get the avatars you have in mind by setting the options yourself.
Every style exposes its features as individual options, so you can choose the hair, facial hair, clothing, and so on that fit the look you want. The same options apply to seed-based generation: they define the pool a seed draws from, so you can narrow that pool (for example, remove facial hair or restrict the hair to certain styles) and still get a deterministic avatar per seed. There is a short guide that walks through this: https://www.dicebear.com/guides/how-do-i-set-a-gender/
We deliberately do not ship a built-in "male" or "female" d…