Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/pubkey-avis

Algorithms for producing avatar images which uniquely (and memorably) represent pubkeys
https://github.com/pfrazee/pubkey-avis

Last synced: 2 months ago
JSON representation

Algorithms for producing avatar images which uniquely (and memorably) represent pubkeys

Awesome Lists containing this project

README

        

# pubkey-avis

Images generated by reading from a buffer of data.
Specifically intended for rendering pubkeys in a human-memorable form.

PRs are welcome (include screenshots!).
To work on it, add your algorithm to index.js, then update test.js and test.html to include your algorithm.
Build `test.build.js` with `browserify test.js > test.build.js`.

## current algorithms

### blockwork

![blockwork.png](./example-pics/blockwork.png)

### blockwild

![blockwild.png](./example-pics/blockwild.png)

### wildegraph

![wildegraph.png](./example-pics/wildegraph.png)

### zigzag

![zigzag.png](./example-pics/zigzag.png)

### hexpride

![hexpride.png](./example-pics/hexpride.png)

### sosquare

![sosquare.png](./example-pics/sosquare.png)

### innerCircles

![inner-circles.png](./example-pics/inner-circles.png)