开发者

drawing textures on live wallpaper using OpenGL in android

开发者 https://www.devze.com 2023-01-13 19:43 出处:网络
Hii, I want to make a simple live wallpaper using OpenGL in Android that will draw the textures. I have develop a simple OpenGL Activity that can work exactly for live wallpaper. But som开发者_Stack

Hii,

I want to make a simple live wallpaper using OpenGL in Android that will draw the textures.

I have develop a simple OpenGL Activity that can work exactly for live wallpaper. But som开发者_StackOverflowe problems are there like IllegleArgumentException.

I am using GLWallpaperService from earth live wallpaper.

Thanks....


You may have better luck getting GLWallpaperService from the main project repository on github. It is actively maintained and documented there.

Modern releases of GLWallpaperService will accept a GLSurfaceView.Renderer class. This means you can reuse the Renderer class that you wrote for your activity directly in your live wallpaper.


i've done the same task today.

it can be useful for you: http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers

0

精彩评论

暂无评论...
验证码 换一张
取 消