avatar-generation

Are there any composite-avatar scripts that I could steal or take a look at?

夙愿已清 提交于 2019-12-11 08:57:12
问题 In a project I'll be working on soon there will be a need to generate avatars. The generation process will be one of those where the user can select different heads, hairstyles, clothing, etc. Some items will also be unavailable at first and will have to be earned or purchased. I already have a fair idea on how to do this, but since it is a nontrivial amount of code, it would be nice to see working examples of code. Ideally I could just take a script and integrate into my page, but just

jQuery/JavaScript Library for avatar creation? [closed]

南笙酒味 提交于 2019-11-30 22:14:40
Is anyone aware of a JavaScript or jQuery library that enables the creation of Pixelart avatars? I'm hoping for something with a Mr. Potatohead style face creation using components and resulting in a GIF. If not, I guess I'll need to make one myself. You could try Blockies . Its usage is pretty simple (from the README ): var icon = blockies.create({ // All options are optional seed: 'randstring', // seed used to generate icon data, default: random color: '#dfe', // to manually specify the icon color, default: random bgcolor: '#aaa', // choose a different background color, default: white size:

jQuery/JavaScript Library for avatar creation? [closed]

╄→гoц情女王★ 提交于 2019-11-30 17:41:49
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is anyone aware of a JavaScript or jQuery library that enables the creation of Pixelart avatars? I'm hoping for something with a Mr. Potatohead style face creation using components and resulting in a GIF. If not, I guess I'll need to make one myself. 回答1: You could try Blockies. Its usage is pretty simple (from