z25 / ZOCPApps

Collection of ZOCP applications
GNU General Public License v3.0
1 stars 5 forks source link

ZShaderToy #17

Closed fieldOfView closed 9 years ago

fieldOfView commented 9 years ago

Adds a node that displays a fullscreen pixelshader on the framebuffer of a Raspberry Pi. New shaders can be sent to the node over ZOCP. Should accept many pixel shader examples from http://glslsandbox.com

Based on https://github.com/benosteen/pyopengles

fieldOfView commented 9 years ago

Looks like the shadertoy is not working correctly under Python3. Looking into that.