开发者

How to render OpenGL on a live wallpaper (It's way too HARD!)?

开发者 https://www.devze.com 2023-03-30 13:58 出处:网络
So imagine you have and android application (not live wallpaper), and lets say it features a cube rendered in OpenGL with textures and lighting and all that. Now, how would you port that into a live w

So imagine you have and android application (not live wallpaper), and lets say it features a cube rendered in OpenGL with textures and lighting and all that. Now, how would you port that into a live wallpaper? Now i already have a way to do it, but the approach I took somehow will not work on Samsung phones! So i'm wondering how others have done it because obviously other 3D live wallpapers work on Samsung phones. I've tried Robert Green's GLWallpaperService but he provided so little documentation on how it is implemented that i failed to figure out how to utilize it. So开发者_运维百科 here is the question: How can i get a normal opengl app to work as a wallpaper given that it has a Cube.java class and a Renderer.java class, which acts as the renderer of the cube?


Robert Green's service is the only way I know of. I've used it for wallpapers that work fine on Samsung devices.

A community project has started to keep the code up to date, and it has examples of how to use it. See here.

0

精彩评论

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

关注公众号