chrismcfee / esshader

An offline ShaderToy-compatible GLSL shader viewer using OpenGL ES 2.0 for X Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esshader - offline ShaderToy viewer

Simple offline ShaderToy-compatible GLSL shader viewer.

Requirements:

In order to build esshader you will need GLFW, OpenGL ES 2.0 development headers (libglvnd on arch) and SOIL installed on your system.
The program can also be demanding on GPU hardware, so the more powerful GPU you have, the better.

Installation:

Edit config.mk to match your local setup (the /usr/local prefix is used by default).

Afterwards enter the following command to build and install esshader (if necessary as root):

sudo make clean install

Running esshader

Simply invoke the 'esshader' command. To quit, press either the Escape or Q key.

About

An offline ShaderToy-compatible GLSL shader viewer using OpenGL ES 2.0 for X Windows

License:Other


Languages

Language:C 93.5%Language:Makefile 6.5%