This is minimal OpenGL Shader Viewer which compatible with uniforms comes with The Book of Shaders.
The source code is a self-contained Visual Studio C++ project. Just open it with Visual Studio, build & run it.
Watch this Youtube Video.
- Double click to run the binary
- Press
S
to Select your fragment shader & vertex shader. (Both are optional) - To relaod the shader, just click anywhere in the window.
MIT