Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughsk/glslifyify
A browserify transform stream for glslify
https://github.com/hughsk/glslifyify
Last synced: 12 days ago
JSON representation
A browserify transform stream for glslify
- Host: GitHub
- URL: https://github.com/hughsk/glslifyify
- Owner: hughsk
- License: other
- Created: 2013-09-27T00:46:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T03:21:12.000Z (about 11 years ago)
- Last Synced: 2024-10-17T16:41:13.199Z (22 days ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# glslifyify [![experimental](http://hughsk.github.io/stability-badges/dist/experimental.svg)](http://github.com/hughsk/stability-badges) #
A browserify transform stream for
[Chris Dickinson](http://github.com/chrisdickinson)'s
[glslify](http://github.com/chrisdickinson/glslify).Works just the same, however instead of compiling using a separate
CLI tool you can just `require('./some-shader.glsl')` and have it
return a bundled shader string.[![glslifyify](https://nodei.co/npm/glslifyify.png?mini=true)](https://nodei.co/npm/glslifyify)
## Usage ##
``` bash
browserify index.js -t glslifyify > bundle.js
```