glslviewer

Live-coding console tool for rendering and previewing GLSL shaders

brewmacoslinux
Try with needOr install directly
Source

About

Live-coding console tool that renders GLSL Shaders

Commands

glslviewer

Examples

Open and view a GLSL shader file with live editing$ glslviewer shader.frag
View shader with specific viewport dimensions$ glslviewer -w 1280 -h 720 shader.frag
Live-code a shader with automatic reloading on file changes$ glslviewer --watch shader.frag