Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pfrazee/pubkey-avis
- Owner: pfrazee
- Created: 2015-10-31T01:37:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T01:57:08.000Z (about 9 years ago)
- Last Synced: 2024-10-17T17:36:27.451Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)