Hi I am searching for an open library (preferred in java) to generate user icons / badges for representing an user in an mmpg, rather than by his player name. The user does not need to take any actions to manipulate the icon by him self, but the system is auto generating the icon when the user is registering. Is there any library / script out there to achieve that? Thanks!
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
|
If abstract icons are fine, you could somewhat use gravatar. If you want to have human-like icons instead, not allowing the user to customize them is a bad bad bad idea. Another option is to use facebook login and use player's avatar. |
|||
|