Skip to content

GDi4K/GLView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GLView - Minimal OpenGL Shader Viewer

This is minimal OpenGL Shader Viewer which compatible with uniforms comes with The Book of Shaders.

Download

Check releases.

The source code is a self-contained Visual Studio C++ project. Just open it with Visual Studio, build & run it.

Usage

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.

License

MIT