glslViewer
GLSL Shader Visualizer
Install
- All systems
-
curl cmd.cat/glslViewer.sh
- OS X
-
brew install glslviewer
- Raspbian
-
apt-get install glslviewer
- Dockerfile
- dockerfile.run/glslViewer
glslviewer
GLSL Shader Visualizer
This is a GLSL live-coding console tool that renders GLSL Shaders. Every file you use (frag/vert shader, images and geometries) is watched for modification, and every time you modify it GlslViewer will automatically update their content. This tools is consistent with the scheam of uniforms described on The Book of Shaders (http://thebookofshaders.com) and it on-line editor (http://editor.thebookofshaders.com) that is why this is a great tool to learn how to code your own shaders.