{"id":22356848,"url":"https://github.com/ayamflow/glsl-layer","last_synced_at":"2025-04-12T19:09:22.410Z","repository":{"id":143880344,"uuid":"125944387","full_name":"ayamflow/glsl-layer","owner":"ayamflow","description":"Layer texels on top of each other in the same shader.","archived":false,"fork":false,"pushed_at":"2018-03-20T01:45:55.000Z","size":2,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T19:09:18.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"GLSL","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/ayamflow.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":"2018-03-20T01:42:50.000Z","updated_at":"2023-03-08T05:08:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"62b860ca-41d2-493f-b962-4125fba0ae92","html_url":"https://github.com/ayamflow/glsl-layer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayamflow%2Fglsl-layer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayamflow%2Fglsl-layer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayamflow%2Fglsl-layer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayamflow%2Fglsl-layer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayamflow","download_url":"https://codeload.github.com/ayamflow/glsl-layer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618277,"owners_count":21134200,"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-12-04T14:12:12.131Z","updated_at":"2025-04-12T19:09:22.377Z","avatar_url":"https://github.com/ayamflow.png","language":"GLSL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glsl-layer\n\n[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)\n\nLayer texels on top of each other in the same shader.\n\n![glsl-layer](https://i.imgur.com/wDSxcef.jpg)\n\n### Installation :package:\n\n```bash\nnpm i glsl-layer -S\n```\n\n### Usage \u0026 example :floppy_disk:\n\n```glsl\n#pragma glslify: layer = require('glsl-layer')\n\nattribute vec2 vUv;\nuniform sampler2D circle;\nuniform sampler2D square;\n\nvoid main() {\n  gl_FragColor = layer(\n    texture2D(circle, vUv),\n    texture2D(square, vUv)\n  );\n}\n```\n\n\n### License :pencil:\n\nMIT. See [LICENSE](http://github.com/ayamflow/glsl-layer/blob/master/LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayamflow%2Fglsl-layer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayamflow%2Fglsl-layer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayamflow%2Fglsl-layer/lists"}