plasma is a hypnotising live wallpaper for Android 4.1 and newer.
you need the NDK and Android Studio 2.1 to build this project.
first, compile libplasma.so -- this is a super small native library that draws the effect:
cd /path/to/android-sdk/ndk-bundle
NDK_PROJECT_PATH=~/src/plasma-android/app/src/main/ ./ndk-build
then, compile the app by opening Android Studio and building the project.