Skip to content

almmiko/identicon.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon.cpp

C++ implementation of the Identicon.

Usage

To compile run:

cmake -S . -B build
cmake --build build

Replace ${awesome_username} with your input string

./build/identicon_cpp awesome_username

About

C++ implementation of the Identicon

Topics

Resources

Stars

Watchers

Forks