{"id":15415861,"url":"https://github.com/davidje13/webgl-wrapper","last_synced_at":"2026-05-17T12:08:57.993Z","repository":{"id":151511303,"uuid":"225721322","full_name":"davidje13/webgl-wrapper","owner":"davidje13","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-03T22:37:24.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T13:21:10.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/davidje13.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":"2019-12-03T21:37:15.000Z","updated_at":"2020-12-18T19:37:27.000Z","dependencies_parsed_at":"2023-05-18T18:31:10.751Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/webgl-wrapper","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"debdb66ecc52d21f66773cd64f2bc331a12c1745"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/davidje13/webgl-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fwebgl-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fwebgl-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fwebgl-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fwebgl-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/webgl-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fwebgl-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33137831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-01T17:10:02.892Z","updated_at":"2026-05-17T12:08:57.946Z","avatar_url":"https://github.com/davidje13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebGL Wrapper\n\nSimple helpers for WebGL. This repository exists to share code\nbetween my own projects. Used by https://github.com/davidje13/Chance\n\n## Install dependency\n\n```bash\nnpm install --save git+https://github.com/davidje13/webgl-wrapper.git#semver:^1.0.0\n```\n\n## Or install as Git submodule\n\nThis approach is not recommended, but submodules are\n[supported by GitHub pages](https://help.github.com/en/github/working-with-github-pages/using-submodules-with-github-pages),\nso it can be useful for managing dependencies without a build step.\nNote that [managing version updates can be tricky](https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407).\n\n```bash\ngit submodule add https://github.com/davidje13/webgl-wrapper.git my-directory\n```\n\nAfter creating submodules, all collaborators will need to clone with the\n`--recursive` flag, or run the following after cloning:\n\n```bash\ngit submodule update --init --recursive\n```\n\nIt is also necessary to run the above after `pull`ing if a submodule has changed.\n\n### Recommendations if using submodules\n\nShow commit messages for sub-repos when running `git status` if the referenced commit has changed:\n\n```bash\ngit config --global status.submoduleSummary true\n```\n\nSame for using `git diff`:\n\n```bash\ngit config --global diff.submodule log\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fwebgl-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fwebgl-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fwebgl-wrapper/lists"}