rollup / awesome

⚡️ Delightful Rollup Plugins, Packages, and Resources
MIT License
2.55k stars 139 forks source link

Add rollup-plugin-glsl-optimize #85

Closed docd27 closed 2 years ago

docd27 commented 3 years ago

Awesome Contribution Checklist:

Please Provide a Link A Repository for Your Addition

https://github.com/docd27/rollup-plugin-glsl-optimize

Please Describe Your Addition

Import and optimize GLSL shaders as compressed strings. Supports glslify.

Comparison to existing rollup-plugin-glsl & rollup-plugin-glslify:

In addition to simply importing GLSL shaders as strings as these existing plugins do, this also provides:

shellscape commented 2 years ago

Sorry for the delay in reviewing your PR. Thanks for opening it.