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

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

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.