More Music Visualizations for OSMC on RasPi2?

Unfortunately the shadertoy shaders that support audio input are limited in number and I’m not entirely happy with them.
There is a much better choice when you don’t need audio input, so the screensavers shaders are much better.

If you spot any nice shaders with audio input on shadertoy.com then post here, although many only work on desktop class graphics card.

In theory the Pi could handle much more impressive visualisations but not by using shadertoy.
shadertoy does all rendering inside the pixel shader (i.e. there are always two triangles in scene).
Really you need separate vertex and pixel shaders to make effective use of the hardware but that requires a lot more work.

1 Like