All Projects → seaburg → IGIdenticon

seaburg / IGIdenticon

Licence: MIT license
Swift identicon generator

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to IGIdenticon

identicon
Original Identicon java and canvas implementations
Stars: ✭ 64 (-27.27%)
Mutual labels:  identicon
identicons
🐍 Github-like identicon generator
Stars: ✭ 27 (-69.32%)
Mutual labels:  identicon
avatar-privacy
GDPR-conformant avatar handling for WordPress
Stars: ✭ 15 (-82.95%)
Mutual labels:  identicon
identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-82.95%)
Mutual labels:  identicon
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+1.14%)
Mutual labels:  identicon
monsterID
The original MonsterID implementation
Stars: ✭ 56 (-36.36%)
Mutual labels:  identicon
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (-82.95%)
Mutual labels:  identicon
Gravatar
👤 Gravatar Helper & Generator (Laravel supported)
Stars: ✭ 19 (-78.41%)
Mutual labels:  identicon
BlockiesSwift
Unique blocky identicons generator for Swift
Stars: ✭ 53 (-39.77%)
Mutual labels:  identicon
awesome-identicons
A curated list of "Visual Hashs" (Identicon, Avatar, Fractal, RandomArt and general Hash Visualization)
Stars: ✭ 156 (+77.27%)
Mutual labels:  identicon
go-qidenticon
qidenticon (identicon generator from Bitmessage) ported to Go
Stars: ✭ 12 (-86.36%)
Mutual labels:  identicon
icodi
Deterministic Random SVG Icon Generator
Stars: ✭ 18 (-79.55%)
Mutual labels:  identicon

IGIdenticon

Carthage compatible CocoaPods Compatible

This library is a port of identicon library that generates identicon.
Screenshot example

Installation

Carthage

github "seaburg/IGIdenticon"

CocoaPods

pod 'IGIdenticon'

SwiftPM

  dependencies: [
    .package(url: "https://github.com/seaburg/IGIdenticon.git",
             from: "0.7.0")
  ]

Usage

imageView.image = Identicon().icon(from: "string", size: CGSize(width: 100, height: 100))

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].