All Projects → X-SLAYER → Multiavatar

X-SLAYER / Multiavatar

Licence: MIT License
Multiavatar is a free and open-source multicultural avatar maker.

Programming Languages

dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to Multiavatar

pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (-68.75%)
Mutual labels:  avatar-generator
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (-4.69%)
Mutual labels:  avatar-generator
icodi
Deterministic Random SVG Icon Generator
Stars: ✭ 18 (-71.87%)
Mutual labels:  avatar-generator
peeps-generator
Build and customize your open peeps illustrations right away!
Stars: ✭ 32 (-50%)
Mutual labels:  avatar-generator
github-avatar-generator
Generate github-style avatar with java awt
Stars: ✭ 37 (-42.19%)
Mutual labels:  avatar-generator
icon font generator
☣️ Flutter Icon Font Generator
Stars: ✭ 68 (+6.25%)
Mutual labels:  flutter-svg
Photo2cartoon
人像卡通化探索项目 (photo-to-cartoon translation project)
Stars: ✭ 2,845 (+4345.31%)
Mutual labels:  avatar-generator
awesome-web-online-tools
Many many useful Web Online Tools For Web Developers&Programmers
Stars: ✭ 13 (-79.69%)
Mutual labels:  avatar-generator
identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-76.56%)
Mutual labels:  avatar-generator
ICON
ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)
Stars: ✭ 641 (+901.56%)
Mutual labels:  avatar-generator
monsterID
The original MonsterID implementation
Stars: ✭ 56 (-12.5%)
Mutual labels:  avatar-generator
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+39.06%)
Mutual labels:  avatar-generator
react-nice-avatar
react library for generating avatar
Stars: ✭ 700 (+993.75%)
Mutual labels:  avatar-generator
monsterid
Node.js porting of the original PHP library
Stars: ✭ 15 (-76.56%)
Mutual labels:  avatar-generator
vue-nice-avatar
vue-nice-avatar.vercel.app
Stars: ✭ 74 (+15.63%)
Mutual labels:  avatar-generator
avatarcropper
Simple quick avatar cropper!
Stars: ✭ 45 (-29.69%)
Mutual labels:  avatar-generator
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (-51.56%)
Mutual labels:  avatar-generator
boring-avatars
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
Stars: ✭ 3,582 (+5496.88%)
Mutual labels:  avatar-generator
monsterid
MonsterID adaptation for Composer and modern PHP versions
Stars: ✭ 20 (-68.75%)
Mutual labels:  avatar-generator
react-peeps
React implementation of the Open Peeps
Stars: ✭ 42 (-34.37%)
Mutual labels:  avatar-generator

Multiavatar

Flutter Wrapper for Multiavatar

Multiavatar is a multicultural avatar maker.

Multiavatar represents people from multiple races, multiple cultures, multiple age groups, multiple worldviews and walks of life.

In total, it is possible to generate 12,230,590,464 unique avatars.

Installation and usage

Add multiavatar to your pubspec:

dependencies:
  multiavatar: any # or the latest version on Pub
var svgCode = multiavatar('X-SLAYER')

avatar with transparent background

var svgCode = multiavatar('X-SLAYER', trBackground: true);

check the exemple of using multiavatar with svg package Multiavatar + svg package

Info

To create new avatars, the Multiavatar mixes different parts of different avatars, and different color themes.

The total number of unique avatars: 48^6 = 12,230,590,464

One of the main Multiavatar functions is to work as an identicon. Every unique avatar can be identified by the unique string of characters, associated with the avatar.

The string of characters is also the input for the Multiavatar package, which converts the provided string into a 6 double-digit numbers (range 00-47), each representing an individual part of the final avatar.

000000000000 - this string of numbers represents the very first avatar + its A theme. You can also read it like this: 00 00 00 00 00 00.

474747474747 - this is the 12,230,590,464th avatar (or the 16th initial avatar + its "C" color theme).

More info can be found in the multiavatar.dart file comments.

License

A Dart implementation based on Multiavatar script for Flutter apps.

Screenshots

Visitors Count

Loading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].