{"id":20778121,"url":"https://github.com/stackgl/webglew","last_synced_at":"2025-04-30T18:41:31.965Z","repository":{"id":65412527,"uuid":"8370428","full_name":"stackgl/webglew","owner":"stackgl","description":"WebGL Extension Wrangler","archived":false,"fork":false,"pushed_at":"2014-12-01T06:06:28.000Z","size":163,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-28T17:27:22.163Z","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/stackgl.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}},"created_at":"2013-02-23T03:21:40.000Z","updated_at":"2022-08-16T16:21:48.000Z","dependencies_parsed_at":"2023-01-22T08:05:30.551Z","dependency_job_id":null,"html_url":"https://github.com/stackgl/webglew","commit_stats":null,"previous_names":["mikolalysenko/webglew"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fwebglew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fwebglew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fwebglew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fwebglew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackgl","download_url":"https://codeload.github.com/stackgl/webglew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225041034,"owners_count":17411582,"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","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-17T13:19:21.242Z","updated_at":"2024-11-17T13:19:21.868Z","avatar_url":"https://github.com/stackgl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"webglew\n=======\n**WebGL** **E** xtension **W** rangler.  Manages WebGL extensions so you don't have to.\n\n# Example\n\n```javascript\nvar canvas = document.createElement(\"canvas\")\nvar gl = canvas.getContext(\"webgl\")\nvar ext = require(\"webglew\")(gl)\n\nif(ext.OES_texture_float) {\n  console.log(\"GL context supports floats!\")\n} else {\n  console.log(\"No floating point textures :'(\")\n}\n```\n\n# Install\n\n```\nnpm install webglew\n```\n\n# API\n\n#### `require(\"webglew\")(gl)`\nTo use the library, call the module with a WebGL context and it will return a JavaScript object with a list of properties.  For convenience, extensions with a vendor specific prefix are aliased to the root WEBGL_* name.  For example,\n\n    WEBKIT_WEBGL_lose_context\n    \nBecomes:\n\n    WEBGL_lose_context\n\n# Credits\n(c) 2013-2014 Mikola Lysenko. MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackgl%2Fwebglew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackgl%2Fwebglew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackgl%2Fwebglew/lists"}