{"id":23895973,"url":"https://github.com/griush/zglfw","last_synced_at":"2026-06-10T21:32:20.266Z","repository":{"id":270860401,"uuid":"911675855","full_name":"griush/zglfw","owner":"griush","description":"Zig GLFW bindings","archived":false,"fork":false,"pushed_at":"2025-01-06T15:01:31.000Z","size":108,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T07:17:21.327Z","etag":null,"topics":["zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/griush.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-01-03T15:25:10.000Z","updated_at":"2025-01-06T15:01:34.000Z","dependencies_parsed_at":"2025-01-03T16:46:12.348Z","dependency_job_id":"9c03e563-b7dd-4b54-9189-b88a1db6593f","html_url":"https://github.com/griush/zglfw","commit_stats":null,"previous_names":["griush/zglfw"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/griush/zglfw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griush%2Fzglfw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griush%2Fzglfw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griush%2Fzglfw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griush%2Fzglfw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/griush","download_url":"https://codeload.github.com/griush/zglfw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griush%2Fzglfw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34172196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["zig"],"created_at":"2025-01-04T16:28:18.307Z","updated_at":"2026-06-10T21:32:20.242Z","avatar_url":"https://github.com/griush.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zglfw\nZig GLFW bindings\n\n## Usage\nRun `zig fetch --save git+https://github.com/griush/zglfw`.\n\nAdd in `build.zig`:\n```zig\n// module links libc\nconst zglfw = b.dependency(\"zglfw\", .{});\nmodule.addAnonymousImport(\"glfw\", .{\n    .root_source_file = zglfw.path(\"glfw3.zig\"),\n    .target = target,\n    .optimize = optimize,\n});\n\nif (builtin.os.tag == .windows) {\n    module.addLibraryPath(zglfw.path(\"bin/windows-mingw64/\"));\n    module.linkSystemLibrary(\"Gdi32\");\n}\nmodule.linkSystemLibrary(\"glfw3\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriush%2Fzglfw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriush%2Fzglfw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriush%2Fzglfw/lists"}