X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=android%2Fproject%2FGLWallpaperService%2Freadme.txt;fp=android%2Fproject%2FGLWallpaperService%2Freadme.txt;h=0000000000000000000000000000000000000000;hp=3b6380d7aaf0e079a7b929ca7e365d82ca070fc1;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/android/project/GLWallpaperService/readme.txt b/android/project/GLWallpaperService/readme.txt deleted file mode 100644 index 3b6380d7..00000000 --- a/android/project/GLWallpaperService/readme.txt +++ /dev/null @@ -1,41 +0,0 @@ -Truly Excellent Live Wallpaper - Version 0.1 - - -Upstream codebases ------------------- - -This is a port of Xscreensaver 5.29 to Android. - -On the Android side, it uses Ben Gruver's version of Mark Guerra's GL -WallpaperService for Android. - -Xscreensaver's GLX hacks are OpenGL, and Android is OpenGL ES, -so we use the OpenGL to OpenGL ES translation shim that is in Xscreensaver. - - -Compiling ---------- - -We are compiling our APK with ant. If you have a problem getting this -to work with Eclipse, Android Studio, or some other IDE, let us know. -TrulyCreative is the Service, and GLWallpaperService is the library -which TrulyCreative uses. Also don't forget this uses C/C++ code via -the NDK, so you have to build both the C/C++ and Java/Dalvik code. - - - -Licenses --------- - -Some code in gl1.c is based off code from -Jetro Lauha's San Angeles Observation project -which is under a BSD-style license. - -GLWallpaperService is under an Apache License, Version 2.0. - -Look in the TrulyExcellent/jni/xscreensaver to see what licenses are used. -MIT/X11 seems to be the primary license. - -The rest of the code is released under Apache License, Version 2.0. -Some of that code is from the Android Open Source Project, some is from -Dennis Sheil. Dennis Sheil dual-licenses his code as MIT/X11 license also.