Xavier Poinas
Xavier Poinas

Reputation: 19733

What can I use to let users build their own avatar character?

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

Answers (4)

Rup
Rup

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

dthorpe
dthorpe

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:

  1. Gravatar. http://en.gravatar.com/
  2. Identicon: http://en.wikipedia.org/wiki/Identicon, http://identicon.codeplex.com/
  3. Wavatar
  4. MonsterId

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

ThorDozer
ThorDozer

Reputation: 104

Gravatar.com deviantart.com MonsterId www.dressupgames.com/avatars

Good luck!

Upvotes: 0

BJ Safdie
BJ Safdie

Reputation: 3419

Try a Globally Recognized Avatar, or Gravatar.

http://en.gravatar.com/

Allows users to register and site developers to access Gravitars.

Upvotes: 0

Related Questions