https://github.com/jedevc/identicon
Identicon generation for different languages
https://github.com/jedevc/identicon
Last synced: about 1 year ago
JSON representation
Identicon generation for different languages
- Host: GitHub
- URL: https://github.com/jedevc/identicon
- Owner: jedevc
- License: unlicense
- Created: 2018-10-15T10:10:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T15:12:12.000Z (over 7 years ago)
- Last Synced: 2025-06-28T03:12:16.756Z (about 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Identicon
This repository contains implementations of github-style identicon generation
in different languages.
## Building
Navigate to the identicons directory, and then run the following:
$ make
Then you can execute the code:
$ java -cp build/java Identicon
Each program will output an svg over stdout. To generate an svg file, use bash
redirection:
$ java -cp build/java Identicon > identicon.svg
Note that all the source files, even the ones in interpreted languages, should
not be executed from the `source/` directory. Run `build.sh` and execute them
from the `build/` directory.
## Licensing
All of this is licensed under the UNLICENSE. Do whatever you want with it.