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

https://github.com/almmiko/identicon.cpp

C++ implementation of the Identicon
https://github.com/almmiko/identicon.cpp

cpp identicon-generator

Last synced: 14 days ago
JSON representation

C++ implementation of the Identicon

Awesome Lists containing this project

README

          

# Identicon.cpp

C++ implementation of the [Identicon](https://en.wikipedia.org/wiki/Identicon).

## Usage

To compile run:

```bash
cmake -S . -B build
cmake --build build
```

Replace ${awesome_username} with your input string
```bash
./build/identicon_cpp awesome_username
```