{"id":13791933,"url":"https://github.com/naknomum/hexicon","last_synced_at":"2026-01-20T18:04:04.898Z","repository":{"id":76727276,"uuid":"118325114","full_name":"naknomum/hexicon","owner":"naknomum","description":"Like identicons, but a hexagon, and svg.","archived":false,"fork":false,"pushed_at":"2025-12-08T18:17:11.000Z","size":65,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-11T13:12:01.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naknomum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-21T10:33:28.000Z","updated_at":"2025-12-08T18:17:15.000Z","dependencies_parsed_at":"2024-01-07T05:06:05.192Z","dependency_job_id":"53939301-ffbb-48fd-ade7-9fdd3d073caa","html_url":"https://github.com/naknomum/hexicon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naknomum/hexicon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naknomum%2Fhexicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naknomum%2Fhexicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naknomum%2Fhexicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naknomum%2Fhexicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naknomum","download_url":"https://codeload.github.com/naknomum/hexicon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naknomum%2Fhexicon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T22:01:05.983Z","updated_at":"2026-01-20T18:04:04.872Z","avatar_url":"https://github.com/naknomum.png","language":"JavaScript","funding_links":[],"categories":["Hexicon"],"sub_categories":[],"readme":"# hexicon\n\nA *hexicon* is like an [identicon](https://en.wikipedia.org/wiki/Identicon), but in the form of a hexagon.\n\n![hexicon.js](hexicon.js.png \"hexicon.js\")\n\nThis javascript library creates the hexicon using an svg.  The hashing function used is [sdbm](http://www.cse.yorku.ca/~oz/hash.html), which is what I found used in some identicon libraries.  The patterning and color algorithms are my own invention. See: [details on how the drawing is made](explain.md).\n\n## Example\n\nTry out some [dynamical examples](https://naknomum.github.io/hexicon-example/) of **hexicons** in action.\n\n\n## Usage\n\n```javascript\n\nvar el = document.getElementById('svg-element');\n\nvar hex = new Hexicon(el, \"some text\");\nhex.updateText(\"something different\");\n\nvar hash = hex.getHash();\nhex.updateHash('3ddd0999');\nhex.updateHash(1037896089);\n```\n\n## Similar projects\n\nAnother identicon project of mine, [Solacon.svg](https://github.com/naknomum/solacon).\n\nFor related work, check out [Awesome Identicons](https://github.com/drhus/awesome-identicons), a curated list of _visual hashes_ maintained by **Husam ABBOUD**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaknomum%2Fhexicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaknomum%2Fhexicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaknomum%2Fhexicon/lists"}