{"id":15168506,"url":"https://github.com/huasofoundries/systemjs-glsl-plugin","last_synced_at":"2026-01-21T04:32:40.097Z","repository":{"id":52416168,"uuid":"64663929","full_name":"HuasoFoundries/systemjs-glsl-plugin","owner":"HuasoFoundries","description":"Loader plugin to treat (and build) OpenGL Shading Language (*.glsl) files as javascript modules","archived":false,"fork":false,"pushed_at":"2021-04-29T20:31:28.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T06:45:43.720Z","etag":null,"topics":["glsl","javascript-modules","loader-plugin","opengl-shading-language"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/HuasoFoundries.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":"2016-08-01T12:10:38.000Z","updated_at":"2016-11-21T13:35:19.000Z","dependencies_parsed_at":"2022-09-03T16:40:31.684Z","dependency_job_id":null,"html_url":"https://github.com/HuasoFoundries/systemjs-glsl-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuasoFoundries%2Fsystemjs-glsl-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuasoFoundries%2Fsystemjs-glsl-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuasoFoundries%2Fsystemjs-glsl-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuasoFoundries%2Fsystemjs-glsl-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuasoFoundries","download_url":"https://codeload.github.com/HuasoFoundries/systemjs-glsl-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248058977,"owners_count":21040867,"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":["glsl","javascript-modules","loader-plugin","opengl-shading-language"],"created_at":"2024-09-27T06:04:32.255Z","updated_at":"2026-01-21T04:32:40.065Z","avatar_url":"https://github.com/HuasoFoundries.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# systemjs-glsl-plugin\n\nLoader plugin to treat (and build) OpenGL Shading Language (*.glsl) files as javascript modules. Made for `jspm@0.17`\n\nThis plugin is, for now, a POC to load *.glsl files (such as the ones found on the [THREE.js source](https://github.com/mrdoob/three.js) ) and let SystemJS treat them as javascript ES6 modules.\n\nI made this loader to import some specific THREE.js submodules into one of my projects, then building a static build with [jspm-cli](https://github.com/jspm/jspm-cli), and getting [Rollup](https://github.com/rollup/rollup) to perform its three shaking magic on the result.\n\n## Installation\n\nInstall it with `jspm` using:\n\n```sh\njspm install glsl=npm:systemjs-glsl-plugin\n```\n\n## Config\n\nThis loader must be enabled in the `meta` section of `jspm.config.js` \n\n```js\nmeta: {\n  \"*.glsl\": {\n    \"defaultExtension\": false,\n    \"loader\": \"glsl\"\n  },{\n    ...  \n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuasofoundries%2Fsystemjs-glsl-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuasofoundries%2Fsystemjs-glsl-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuasofoundries%2Fsystemjs-glsl-plugin/lists"}