I have been playing around with the min3D libraries a bit lately learning how to use the openGL functionality of Android (it's been frustrating lol). I am trying to modify the GLWallpaperService @ https://github.com/markfguerra/GLWallpaperService to work with min3D and I just wind up with a ton of errors since this library was primarily written for use with a standard Activity.

min3D can be found @ http://code.google.com/p/min3d/

has anyone or can anyone give me advice on how or what needs modified in order to use the min3D routines?

Nicholas Gramlich was able to successfully write an extension for AndEngine(which he developed) in order to use his 2D routines for sprite animation and it works pretty much flawlessly, I would like to do the same but with 3D elements.

Any help would be greatly appreciated.

link|improve this question

Hi Joey, I am also facing the same problem, did you find any solution ? If you have any suggestion or solution I would be thankful to you. Regards. – Khawar Dec 20 '11 at 11:47
feedback

2 Answers

up vote 1 down vote accepted

Look at https://code.google.com/p/min3d-live-wallpaper-fork/ Its allow build live wallpaper with min3d easy

link|improve this answer
feedback

Nicholas just uploaded a new AndEngine OpenGL2 release. I used it to implement live wallpaper (background + animation, that is based on OpenGL shaders). It`s not 100% stable, but provides acceptable level of quality.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.