项目作者: voldien

项目描述 :
[deprecated] glslview is an OpenGL shading language viewer.
高级语言: C
项目地址: git://github.com/voldien/glslview.git
创建时间: 2016-08-08T08:07:30Z
项目社区:https://github.com/voldien/glslview

开源协议:GNU General Public License v3.0

下载


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.

  1. make
  2. 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.

  1. glslview -f fragment.glsl

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

  1. glslview -f fragment.glsl -t img.png

Dependencies


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

  1. apt-get install libfreeimage-dev libsdl2-dev