Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
/ glslview Public archive

[deprecated] glslview is an OpenGL shading language viewer.

License

Notifications You must be signed in to change notification settings

voldien/glslview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glslview


glslview is an OpenGL shading language viewer program. Allowing fragment shader to be rendered to display with help of predefined uniform variables.

Installation


The program can be easily installed with invoking the following command.

make
make install

Usage


The glslview requires at least one argument in order to run. The following command is the basic way of running the program.

glslview -f fragment.glsl

In order to add texture to fragment shader, then the option argument -t is needed. See following.

glslview -f fragment.glsl -t img.png

Dependencies


In order to compile the program, the following Debian packages has to be installed prior.

apt-get install libfreeimage-dev libsdl2-dev