{"id":20778133,"url":"https://github.com/stackgl/gl-api","last_synced_at":"2025-04-30T18:42:11.917Z","repository":{"id":22115832,"uuid":"25446359","full_name":"stackgl/gl-api","owner":"stackgl","description":"A JSON listing of the WebGL 1.0 API","archived":false,"fork":false,"pushed_at":"2015-09-19T11:48:30.000Z","size":156,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-30T18:51:09.518Z","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":"other","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.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-20T01:45:49.000Z","updated_at":"2022-03-29T22:23:52.000Z","dependencies_parsed_at":"2022-08-19T10:30:33.920Z","dependency_job_id":null,"html_url":"https://github.com/stackgl/gl-api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fgl-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fgl-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fgl-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgl%2Fgl-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackgl","download_url":"https://codeload.github.com/stackgl/gl-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251764457,"owners_count":21640064,"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:24.738Z","updated_at":"2025-04-30T18:42:11.864Z","avatar_url":"https://github.com/stackgl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gl-api\n![](http://img.shields.io/badge/stability-unstable-yellow.svg?style=flat)\n![](http://img.shields.io/npm/v/gl-api.svg?style=flat)\n![](http://img.shields.io/npm/dm/gl-api.svg?style=flat)\n![](http://img.shields.io/npm/l/gl-api.svg?style=flat)\n\nA JSON listing of the WebGL 1.0 API, scraped from the\n[OpenGL ES 2.0 Reference Pages](https://www.khronos.org/opengles/sdk/docs/man/xhtml/).\n\nInspired by **[@gre](http://github.com/gre)**'s\n[glsldoc](http://github.com/glslio/glsldoc) package, this should be useful if\nyou're looking to add contextual documentation to WebGL code or other forms\nof generated documentation.\n\n**Incomplete: still in need of better conversion between OpenGL ES and WebGL.\nPlease pitch in if you'd like to help!**\n\n## Usage\n\n[![NPM](https://nodei.co/npm/gl-api.png)](https://nodei.co/npm/gl-api/)\n\n### `api = require('gl-api')`\n\nWhere `api` is an array, containing the following properties:\n\n* `name`: the property/variable name.\n* `kind`: the kind of value that's being documented.\n* `description`: a short description of the value.\n* `usage`: a short description of how the value should be used. If it's a\n  function, this is its signature (annotated with types).\n* `parameters`: an object listing the parameters used in a function, where\n  the keys are the argument names and the values are a description of those\n  arguments.\n* `href`: the original source of the documentation.\n* `also`: an array of related properties/variables, each with a `name` and a\n  `href` linking to the relevant OpenGL ES Reference Page.\n\n## Contributing\n\nSee [stackgl/contributing](http://github.com/stackgl/contributing).\n\n## License\n\nMIT. See [LICENSE.md](http://github.com/hughsk/gl-api/blob/master/LICENSE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackgl%2Fgl-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackgl%2Fgl-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackgl%2Fgl-api/lists"}