{"id":19789551,"url":"https://github.com/webfreak001/opengl-d","last_synced_at":"2025-07-28T09:07:43.667Z","repository":{"id":146628088,"uuid":"92981095","full_name":"WebFreak001/opengl-d","owner":"WebFreak001","description":"dynamic \u0026 static generated OpenGL bindings for D using ogl_gen","archived":false,"fork":false,"pushed_at":"2021-11-17T20:36:50.000Z","size":619,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T14:48:05.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebFreak001.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-31T19:26:53.000Z","updated_at":"2021-11-17T22:04:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2b30356-a856-42c9-a3c5-8b2a084a1c6f","html_url":"https://github.com/WebFreak001/opengl-d","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/WebFreak001/opengl-d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fopengl-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fopengl-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fopengl-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fopengl-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebFreak001","download_url":"https://codeload.github.com/WebFreak001/opengl-d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fopengl-d/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267489790,"owners_count":24095804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2024-11-12T06:33:54.775Z","updated_at":"2025-07-28T09:07:43.597Z","avatar_url":"https://github.com/WebFreak001.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opengl\n\nDynamic \u0026 Static OpenGL bindings with documentation generated from\nthe spec using [ogl_gen](https://github.com/rikkimax/ogl_gen).\n\nIf you use the dynamic bindings (not ending with `-static`) you need\nto additionally import `opengl.loader` and call `loadGL!(opengl.gl4);`\n(replace gl4 with the version you use) after creating a GL context. It\nwill work on linux without GL context but not on windows.\n\n```d\n\nimport opengl.gl4;\n\n// if dynamic:\nimport opengl.loader;\n\nvoid main()\n{\n\t// ... create context\n\n\t// if dynamic:\n\tloadGL!(opengl.gl4);\n\n\t// OpenGL available\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fopengl-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfreak001%2Fopengl-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fopengl-d/lists"}