www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: suri on July 16, 2013, 06:55:08 am

Title: Live Wallpaper uisng JPCT
Post by: suri on July 16, 2013, 06:55:08 am
Hi every one
I am very beginner in android development. I want to make some live wallpaper using jpct-ae.
Can any one tell me the basic steps to go through and the simple steps to follow
Any sample will be good enough

Thanks
Suri
Title: Re: Live Wallpaper uisng JPCT
Post by: kkl on July 18, 2013, 05:46:45 pm
Android does not provide API for opengl live wallpaper . You will need to create the entire rendering thread, EGL context and etc for opengl from scratch. Fortunately, some people have done it, eg https://github.com/GLWallpaperService/GLWallpaperService (https://github.com/GLWallpaperService/GLWallpaperService). They have simple tutorial on how to use it. Then, you may implement JPCT-AE to that, similar way to GLSurfaceView. There are alot more libraries that support opengl wallpaper service out there. For basic about the wallpaper service, check out the android SDK sample project.