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
- Host: GitHub
- URL: https://github.com/almmiko/identicon.cpp
- Owner: almmiko
- Created: 2023-12-28T14:43:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T14:38:20.000Z (over 2 years ago)
- Last Synced: 2025-03-03T02:13:10.975Z (over 1 year ago)
- Topics: cpp, identicon-generator
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```