{"id":15056265,"url":"https://github.com/stevetoro/glee_gd","last_synced_at":"2026-02-06T15:38:29.442Z","repository":{"id":255960656,"uuid":"853986305","full_name":"stevetoro/glee_gd","owner":"stevetoro","description":"Gleam bindings for erlang/egd.","archived":false,"fork":false,"pushed_at":"2024-09-27T07:06:03.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T17:47:14.133Z","etag":null,"topics":["egd","erlang","gleam"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/glee_gd","language":"Erlang","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/stevetoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T04:50:59.000Z","updated_at":"2025-02-03T08:11:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3720dd9-30c9-480b-87b8-50c5009503e0","html_url":"https://github.com/stevetoro/glee_gd","commit_stats":null,"previous_names":["stevetoro/glee_gd"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/stevetoro/glee_gd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevetoro%2Fglee_gd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevetoro%2Fglee_gd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevetoro%2Fglee_gd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevetoro%2Fglee_gd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevetoro","download_url":"https://codeload.github.com/stevetoro/glee_gd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevetoro%2Fglee_gd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29167382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":["egd","erlang","gleam"],"created_at":"2024-09-24T21:49:38.208Z","updated_at":"2026-02-06T15:38:29.414Z","avatar_url":"https://github.com/stevetoro.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glee_gd\n\n[![Package Version](https://img.shields.io/hexpm/v/glee_gd)](https://hex.pm/packages/glee_gd)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glee_gd/)\n\nGleam bindings for the [Erlang Graphical Drawer (EGD)](https://github.com/erlang/egd) library.\n\n```sh\ngleam add glee_gd\n```\n```gleam\nimport glee_gd as egd\n\npub fn main() {\n  let color = egd.color(#(109, 74, 126))\n  let image =\n    egd.create(500, 500)\n    |\u003e egd.filled_ellipse(image, #(100, 400), #(400, 100), color)\n\n  // Render the image to get a binary that can be written to a file.\n  let binary = image |\u003e egd.render\n\n  // Destroy the image when you're done using it.\n  image |\u003e egd.destroy\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/glee_gd\u003e.\n\n## Development\n\n```sh\ngleam test  # Run the tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevetoro%2Fglee_gd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevetoro%2Fglee_gd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevetoro%2Fglee_gd/lists"}