yomotsu / gl-slideshow

A JavaScript library for advanced 2D slideshow with WebGL, that provides variety of beautiful effects
83 stars 12 forks source link

Adding new GLSL transitions #3

Closed genericandy closed 5 years ago

genericandy commented 6 years ago

I am trying to add a new GLSL transition from https://gl-transitions.com/ and the format does not seem to match up. I'm rather new to GLSL in general so I am not sure what would need to happen to convert the format there to work with this package or how to fork this & make it work with their new formatting.

Any help would be appreciated.

yomotsu commented 6 years ago

@genericandy which shader did you grab?

genericandy commented 6 years ago

There were a few I was hoping to try. Links are below. https://gl-transitions.com/editor/squareswire https://gl-transitions.com/editor/Radial

yomotsu commented 5 years ago

This has been supported as addShader. Closing for now.