bleszerd / identicon_generator

Elixir implementation of procedural image algorithm used by github in profile picture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identicon Generator

Elixir implementation of procedural image algorithm used by github in profile picture

How to

  • You need to have Elixir and Mix (included in the standard elixir distribution package) installed on your machine

  • Fetch project dependencies

    mix deps.get
    
  • Run Interactive Elixir Shell

    iex -S mix 
    #'iex.bat -S mix' on Windows
  • Generate Identicon

    Identicon.main("YOUR USERNAME")
  • Check output folder to see your Identicon

Samples

About

Elixir implementation of procedural image algorithm used by github in profile picture


Languages

Language:Elixir 100.0%