![]() |
|
|||||||
| Android Discussion World Wind on Android |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
WWJ Dev. Team
Join Date: May 2007
Posts: 449
![]() |
As we've mentioned before, we plan to have World Wind running on Android within the next few months. We've started development and you can watch it happen. We'd appreciate your feedback. We've just started, so we merely have something that displays the globe with elevations, retrieves and caches imagery and elevations from the WW WMS servers, and allows you to manipulate the globe via a multi-touch interface. We've taken some liberties with the WW API in order to simply get started and to find optimal performance. Once we get farther along we'll know better how much we'll have to deviate from current interfaces. Our hope is, not much.
The best way to see and try the work is to visit http://goworldwind.org/android and review the information there. Please post questions specific to World Wind Android to this forum. Thanks, The World Wind Team |
|
|
|
|
|
#2 |
|
Steel Thorax
Join Date: Sep 2011
Location: Athens Greece
Posts: 19
![]() |
Would it be easy for you to post a guide on how to develop WW Android with eclipse?
|
|
|
|
|
|
#3 |
|
WWJ Dev. Team
Join Date: May 2007
Posts: 449
![]() |
We'll post instructions for developing World Wind Android with Eclipse on goworldwind.org soon. For now, please refer to the three links below:
1. Install the Eclipse ADT Plugin: http://developer.android.com/sdk/eclipse-adt.html 2. Create an Eclipse Android Project: http://developer.android.com/guide/d...s-eclipse.html 3. Add worldwindandroid.jar to Your Project: http://stackoverflow.com/questions/1...ndroid-project |
|
|
|
|
|
#4 |
|
Member
Join Date: Jun 2008
Location: Ljubljana, Slovenia
Posts: 52
![]() |
What are the system requirements? It doesn't work (crashes right on start) on my LG Optimus One. Not a huge problem because I know this is a low-end phone, but it would be nice to know exactly what kind of devices are supported.
|
|
|
|
|
|
#5 | |
|
Senior Member
Join Date: May 2007
Location: Toulouse
Posts: 120
![]() |
Quote:
It works fine on my Acer Iconia Tab under android 3.2. Edit : Maybe the black screen on the nexus s is related to the use of s3tc/dxtc (dds) texture compression? s3tc is not a common format in the mobile world, only nvida GPUs have support for it on Android. PowerVR and Adreno GPUs have no support for s3tc. The only common supported format is ETC (http://en.wikipedia.org/wiki/Ericsso...re_Compression) but I don't know if the quality is good enough for WorldWind. Edit 2 : The problem on the Nexus S is indeed related to the dds format. I have modified the config file of the bluemarble layer to force png and now i can see the globe. It would be good to have a mechanism that check if the s3tc extension is available and if it is not disables the use of dds format.
__________________
-Nicolas CASTEL- Thales Alenia Space, Toulouse, France- Last edited by vash; 09-27-2011 at 10:09 PM. |
|
|
|
|
|
|
#6 |
|
Steel Thorax
Join Date: Sep 2011
Location: Athens Greece
Posts: 19
![]() |
I have a SAMSUNG GALAXY TAB P1000 with Android 2.3.3(Gingerbread).
QGlobe runs smoothly. WWAndroid Demo gives me a black screen. |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: May 2007
Location: Toulouse
Posts: 120
![]() |
I have added support for the PKM format into WorldWind. This format uses ETC1 texture compression wich is similar to DXT1 but without patents problems so all OPENGL ES 2.0 android devices actually supports it. This a a RGB format, there is no RGBA format available with ETC compression. Otherwise the quality is good.
edit : bug fix in PKMReader.java
__________________
-Nicolas CASTEL- Thales Alenia Space, Toulouse, France- Last edited by vash; 09-28-2011 at 11:55 PM. |
|
|
|
|
|
#8 |
|
Guest
Posts: n/a
|
only for android 3.1+ ?
my phone is 2.3. crashed. 3.0~3.2 only for tablet.. |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Hello. Can you please help me.
When I run the emulator(platform 3.0, 4.0 and API 11, 14 respectively) after installing the program and began her work, she falls with next messager in log 10-30 13:23:29.073: E/AndroidRuntime(703): FATAL EXCEPTION: GLThread 87 10-30 13:23:29.073: E/AndroidRuntime(703): java.lang.IllegalArgumentException: No configs match configSpec 10-30 13:23:29.073: E/AndroidRuntime(703): at android.opengl.GLSurfaceView$BaseConfigC hooser.chooseConfig(GLSurfaceView.java:8 25) 10-30 13:23:29.073: E/AndroidRuntime(703): at android.opengl.GLSurfaceView$EglHelper.s tart(GLSurfaceView.java:981) 10-30 13:23:29.073: E/AndroidRuntime(703): at android.opengl.GLSurfaceView$GLThread.gu ardedRun(GLSurfaceView.java:1335) 10-30 13:23:29.073: E/AndroidRuntime(703): at android.opengl.GLSurfaceView$GLThread.ru n(GLSurfaceView.java:1189) What can it be ? |
|
|
|
#10 |
|
Guest
Posts: n/a
|
HTC Inspire android gingerbread 2.3
Installed and ran smoothly. Uninstalled due to lack of features. Good work! Please keep development going. |
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| World Wind RC2 | bull | Announcements & News | 15 | 12-29-2006 01:14 AM |
| NASA World Wind 1.3.3.1 Released | bull | Announcements & News | 0 | 10-31-2005 06:52 PM |
| World Wind 1.3.3 released | Randy Kim | Announcements & News | 0 | 10-22-2005 05:37 AM |
| World Wind 1.3.2 released | Beansprout | Announcements & News | 0 | 09-07-2005 11:51 PM |