{"library":"webpack-glsl-loader","type":"library","category":null,"description":"A webpack loader for GLSL shader files, supporting nested imports for code reuse. Version 1.0.1 is the latest stable release; the project appears low-activity with no recent updates. It integrates GLSL shaders into webpack bundles by returning the shader as a string, with a SASS-like @import syntax for modular shader development. Differentiators include simple inline import resolution and no additional runtime dependencies, though it lacks deduplication and error checking for imports. Suitable for webpack 1–4 projects requiring WebGL shader inclusion.","language":"javascript","status":"maintenance","version":"1.0.1","tags":["javascript","glsl","shader","webgl","webpack","loader","import","include"],"last_verified":"Wed May 27","install":[{"cmd":"npm install webpack-glsl-loader","imports":["import shader from './shader.glsl';","module.exports = { module: { rules: [ { test: /\\.glsl$/, use: 'webpack-glsl' } ] } };","const shader = require('./shader.glsl');"]},{"cmd":"yarn add webpack-glsl-loader","imports":[]},{"cmd":"pnpm add webpack-glsl-loader","imports":[]}],"homepage":null,"github":"https://github.com/grieve/webpack-glsl-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-glsl-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/webpack-glsl-loader/compatibility"}}