I'm trying to write and OpenGL ES 2.0 shader that will make a 2D plane have a plasma like surface. I'm striving for something similiar to the effects in these brief videos...
http://www.youtube.com/watch?v=XM7imVtakZk
http://www.youtube.com/watch?v=5NQi45V5Y6o
I don't need exactly that kind of rendering, but in general I'm looking to render my 2D plane with some kind of moving plasma-like surface. It doesn't need to look amazing and doesn't have to behave with much fluidity, just something that has motion and nicely blended colors like in the video. I need this effect to be on the fast side, and I figured using shaders on a 2D plane shouldn't incur a major performance hit (if most of the effects work can be done in the shader). I don't need the shader written for me (although code is welcome), I'm just looking for advice on what to research for a not too performance heavy effect like this for a 2D plane. If there is confusion on the exact effect I'm after, this video is close but probably more advanced than mine needs to be...
