Reputation: 19733
How would you go about providing users with the ability to build a custom avatar character, something like Yahoo! Avatars?
EDIT - Let me be more specific about what Yahoo! Avatars does:
It lets you create an avatar by selecting a face, hair style, eyes, etc.
This is what I'm looking for.
I am interested in:
Upvotes: 4
Views: 1481
Reputation: 34408
There's also My Avatar Editor which makes Wii-style (and Wii-compatible) avatars. It's Flash based and it's on googlecode with a MIT-license.
Upvotes: 1
Reputation: 36082
There are many web sites that let users build "cartoon character" or 3D rendered characters for avatars, but most sites don't allow users to use those avatars on other web sites. This one does: http://www.moeruavatar.com/index_en.shtml, but it's up to the user to save the generated image and upload it to other web sites. I don't know of any ready-made libraries of code you can install on your server to get such functionality on your own web site.
Suggestions for general avatar image / userid or email association:
Gravatar is a web service. Identicon is an algorithm you can implement locally on your server if you prefer. The last two are kinda funny but I don't think I'd ever use them.
Upvotes: 5
Reputation: 104
Gravatar.com deviantart.com MonsterId www.dressupgames.com/avatars
Good luck!
Upvotes: 0
Reputation: 3419
Try a Globally Recognized Avatar, or Gravatar.
Allows users to register and site developers to access Gravitars.
Upvotes: 0