Reputation: 14039
I've been looking for quite a while for any open source implementation of an avatar library (anything that will support basic operations, such as selecting gender, eyes, clothing etc).
Since avatars on the web are very commonly used I was surprised that I couldn't find any open source framework. I am looking for something written either in jquery or in html 5.
For an example: http://www.doppelme.com/
Thank you!
Upvotes: 2
Views: 4364
Reputation: 23283
There exists no framework, but this is simple to do if you use javascript and have a library of images (eyes, hair, etc.). Then you can send the image data to PHP, using HTML5's canvas.
Another question addressing a similar issue: JavaScript Avatar
Upvotes: 2