linter-glslify

Linter for GLSL shaders, powered with glslify

fand

2,964

0

1.0.0

MIT

GitHub

This package provides the following services:

linter-glslify

💫GLSL linter for Atom, supporting glslify!💫

TravisCI build status AppVeyor build status

linter-glslify is a GLSL linter for Atom, It also supports glslify-powered shaders using source maps.

Why?

Install

$ apm install linter-glslify

Supported Filename formats

Vertex Fragment Geometry Tessellation Control Tessellation Evaluation Compute
.vert .frag .geom .tesc .tese .comp
.vs.glsl .fs.glsl .gs.glsl .tc.glsl .te.glsl .cs.glsl
_vs.glsl _fs.glsl _gs.glsl _tc.glsl _te.glsl _cs.glsl
.vs .fs .gs .tc .te .cs
.v.glsl .f.glsl .g.glsl
_v.glsl _f.glsl _g.glsl
.vsh .fsh .gsh
.glsl

Acknowledgements

This package was forked from linter-glsl.

LICENSE

MIT