Author Topic: Live Wallpaper uisng JPCT  (Read 2219 times)

Offline suri

  • byte
  • *
  • Posts: 1
    • View Profile
Live Wallpaper uisng JPCT
« 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

Offline kkl

  • float
  • ****
  • Posts: 291
    • View Profile
Re: Live Wallpaper uisng JPCT
« Reply #1 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. 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.
« Last Edit: July 18, 2013, 06:56:53 pm by kkl »