Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gustafla/esfragt
- Owner: gustafla
- License: gpl-3.0
- Created: 2015-01-01T12:13:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T20:01:44.000Z (about 8 years ago)
- Last Synced: 2023-02-27T13:52:26.611Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 raspiThe 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]