-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
26 lines (21 loc) · 777 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
sstoy - Simple ShaderToy viewer for X & GLES2
=============================================
A simple offline ShaderToy-compatible GLSL shader viewer for
X using OpenGL ES 2.0, inspired by the Suckless Philosophy.
Requirements
------------
In order to build sstoy you will need the Xlib, EGL and
OpenGL ES 2.0 development headers 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
sstoy (if necessary as root):
make clean install
Running
-------
Simply invoke the 'sstoy' command. To quit, press either the
Escape or Q keys.