As of 03/17/2016, this template is fully integrated to the examples application which has been moved to the main Rajawali repository: https://github.com/Rajawali/Rajawali. This repository will remain for historical reference but it is effectively abandoned and no responses from the maintainers should be expected.
=======================================================================
This is a sample live wallpaper for Android. It uses Rajawali, an open-source OpenGL ES 2.x engine.
- Install the Android SDK.
- Clone https://github.com/MasDennis/Rajawali and
https://github.com/MasDennis/RajawaliWallpaperTemplate into the same
parent directory (i.e.
ls ~/foooutputsRajawali/ RajawaliWallpaperTemplate/). - Import both projects into Eclipse.
- Change the Java package
com.mydomain.wallpaper.mywallpaperto something new. Eclipse makes this relatively simple with its "Refactor" -> "Rename" functionality. - Update any package references in
AndroidManifest.xmlandres/xml/wallpaper.xml. - Rename the wallpaper in
res/values/strings.xml. - Edit the settings activity in
res/xml/settings.xml.