Skip to content

glslify/glslify-detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glslify-detective

experimental

Find all require calls within a glslify file – much like detective does for browserify.

Usage

NPM

detective(source)

Given a GLSL string source, return an array of the dependencies required within the file. For example, the following source:

#pragma glslify: fog = require(glsl-fog/exp2)
#pragma glslify: smin = require(glsl-smooth-min)

Would yield the following array:

['glsl-fog/exp2', 'glsl-smooth-min']

Contributing

See stackgl/contributing for details.

License

MIT. See LICENSE.md for details.

About

Find all require calls within a glslify file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published