Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustafla/esfragt

A "shadertoy" for the Raspberry Pi and other GLES devices
https://github.com/gustafla/esfragt

Last synced: about 1 month ago
JSON representation

A "shadertoy" for the Raspberry Pi and other GLES devices

Awesome Lists containing this project

README

        

**esfragt**

A GLSL shader platform for Raspberry Pi and other OpenGL ES 2.0 devices.

See --help (or src/text.cpp) for help.
--version for other info.

To build from a fresh clone:
$ cd src/
$ ./build.sh
$ sudo make install (optional, copies esfragt to /usr/local/bin)
And do what you want with the binary.

Or for the Raspberry Pi:
$ cd src/
$ ./build.sh raspi

The purpose of the build.sh script is to download lib3dapp from github,
and update it if it has already been cloned.
You can do it manually as well and then run make.
The script will most likely fail if lib3dapp is not in a clean state.
In that case, commit your changes and next time you run build.sh,
it will be merged.

Copyright 2014-2016 Lauri Gustafsson.
Released GNU GPLv3+, see COPYING.

In case of anything: [email protected]