Android GLSL in live-wallpaper

Started by
0 comments, last by widggman 12 years, 10 months ago
So I know it's possible to put OpenGL in a Live Wallpaper on Android... I found a piece of code allowing it.

But is there a way to use GLSL ? It must be possible... I just need the fragment shader!

Or even use a View, like GLSurfaceView inside the live-wallpaper would solve my problem.

Advertisement

So I know it's possible to put OpenGL in a Live Wallpaper on Android... I found a piece of code allowing it.

But is there a way to use GLSL ? It must be possible... I just need the fragment shader!

Or even use a View, like GLSurfaceView inside the live-wallpaper would solve my problem.


It's okay... I found a way.

Anyone interested in implementing a live wallpaper with shaders should take a look at the following source code: https://github.com/ghisguth/blurred-lines-live



This topic is closed to new replies.

Advertisement